Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna committed Jan 14, 2024
1 parent 59a928a commit e10a5a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class SeatLockManager {

private final static String SEAT_LOCK_CACHE_KEY_PREFIX = "seatId:";
private final static String SEAT_LOCK_CACHE_VALUE_PREFIX = "tokenSessionId:";
private final static String SEAT_LOCK_CACHE_VALUE_PREFIX = "sessionId:";

private final RedisOperator redisOperator;

Expand Down

0 comments on commit e10a5a6

Please sign in to comment.