Skip to content

Commit 9dbf18a

Browse files
Merge branch '3.2.x'
2 parents c235d9a + 1f90336 commit 9dbf18a

File tree

1 file changed

+2
-0
lines changed
  • spring-session-docs/modules/ROOT/pages/configuration

1 file changed

+2
-0
lines changed

spring-session-docs/modules/ROOT/pages/configuration/redis.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ For example, it may create indexes based on session attributes like user ID or l
123123
These indexes allow for efficient querying of sessions based on specific criteria, enhancing performance and enabling advanced session management features.
124124
In addition to that, `RedisIndexedSessionRepository` also supports session expiration and deletion.
125125

126+
CAUTION: When using `RedisIndexedSessionRepository` with Redis Cluster you must be aware that https://github.com/spring-projects/spring-data-redis/issues/1111[it only subscribe to events from one random redis node in the cluster], which can cause some session indexes not being cleaned up if the event happened in a different node.
127+
126128
=== Configuring the `RedisSessionRepository`
127129

128130
==== Using Spring Boot Properties

0 commit comments

Comments
 (0)