diff --git a/Home.md b/Home.md index 8e2be30..846771d 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ Redis session manager is plug-gable one. It uses to store sessions into Redis fo The HTTP Requests session setAttribute(name, value) method stores the session into Redis (must be Serializable) immediately and the session getAttribute(name) method request directly from Redis. Also, the inactive sessions has been removed based on the session time-out configuration. -It supports, both single redis master and redis cluster based on the RedisDataCache.properties configuration. +It supports, single and multi-node redis cluster based on the RedisDataCache.properties configuration. Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.