Skip to content

Commit

Permalink
refactor : RedisLockAspect 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
waterricecake committed Oct 21, 2024
1 parent a490516 commit 116d420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@Aspect
@Component
@RequiredArgsConstructor
public class RedisTransactionAspect {
public class RedisLockAspect {

private static final String LOCK_KEY_PREFIX = "mafiatogether:lock:";
public static final int WAIT_TIME = 5;
Expand Down

0 comments on commit 116d420

Please sign in to comment.