Skip to content

Commit

Permalink
Merge branch '25-fails-to-start-with-managed-redis' into 'master'
Browse files Browse the repository at this point in the history
fix: add configuration property that allows disabling setting of...

See merge request videocore/encore!154
  • Loading branch information
fhermansson committed Sep 2, 2024
2 parents f1a7538 + 68f6fd7 commit 97e2899
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 97e2899

Please sign in to comment.