From 95a16392e031290b005f48a3e566811b4a2c521e Mon Sep 17 00:00:00 2001 From: Ranjith Manickam Date: Wed, 19 Jul 2017 12:55:05 +0530 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.