Skip to content

Commit 8e1dad8

Browse files
committed
Doc cautions Redis Cluster keyspace events
Due to spring-projects#1111, applications can suffer from missing important Keyspace events. This adds a caution to the docs to help others avoid running into this problem.
1 parent 3d2fdf2 commit 8e1dad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/antora/modules/ROOT/pages/redis/cluster.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ See the https://redis.io/topics/cluster-tutorial[Cluster Tutorial] for more info
66

77
NOTE: When using xref:repositories.adoc[Redis Repositories] with Redis Cluster, make yourself familiar with how to xref:redis/redis-repositories/cluster.adoc[run Redis Repositories on a Cluster].
88

9+
CAUTION: Relying on keyspace events when using Redis Cluster is discouraged due to only being subscribed to events from a random redis node in the cluster, per https://github.com/spring-projects/spring-data-redis/issues/1111[Keyspace Events in Redis Cluster get lost].
10+
911
[[cluster.working.with.cluster]]
1012
== Working With Redis Cluster Connection
1113

0 commit comments

Comments
 (0)