Skip to content

Commit

Permalink
Doc cautions about Redis Cluster keyspace events.
Browse files Browse the repository at this point in the history
Due to spring-projects#1111, applications can suffer from missing important Keyspace events as described at spring-projects/spring-session#2230.

This adds a caution to the docs to help others avoid running into this problem.
  • Loading branch information
kinsersh committed Mar 25, 2024
1 parent 3d2fdf2 commit 78c30eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/antora/modules/ROOT/pages/redis/cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ See the https://redis.io/topics/cluster-tutorial[Cluster Tutorial] for more info

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].

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].

[[cluster.working.with.cluster]]
== Working With Redis Cluster Connection

Expand Down

0 comments on commit 78c30eb

Please sign in to comment.