Skip to content

Commit

Permalink
fix: add configuration property that allows disabling setting of...
Browse files Browse the repository at this point in the history
  • Loading branch information
fhermansson committed Sep 2, 2024
1 parent f1a7538 commit 68f6fd7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ import se.svt.oss.mediaanalyzer.file.VideoFile
SegmentProgressEvent::class,
QueueItem::class
)
@EnableRedisRepositories(enableKeyspaceEvents = RedisKeyValueAdapter.EnableKeyspaceEvents.ON_STARTUP)
@EnableRedisRepositories(
enableKeyspaceEvents = RedisKeyValueAdapter.EnableKeyspaceEvents.ON_STARTUP,
keyspaceNotificationsConfigParameter = "#{\${redis.keyspace.disable-config-notifications:false} ? '' : 'Ex'}"
)
class RedisConfiguration {

@Bean
Expand Down

0 comments on commit 68f6fd7

Please sign in to comment.