Skip to content

Commit

Permalink
Redis에서 enableKeyspaceEvents 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ht3064 committed Jul 14, 2024
1 parent 7d8e6f8 commit f49c21f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

import java.time.Duration;

@EnableRedisRepositories(
enableKeyspaceEvents = RedisKeyValueAdapter.EnableKeyspaceEvents.ON_STARTUP)
@EnableRedisRepositories
@Configuration
@RequiredArgsConstructor
public class RedisConfig {
Expand Down

0 comments on commit f49c21f

Please sign in to comment.