From a95d5d9f5ce7ddcd9643a6790521fabe52bcf27e Mon Sep 17 00:00:00 2001 From: Ranjith Manickam Date: Sun, 2 Dec 2018 23:29:49 +0530 Subject: [PATCH] Updated readme for sentinel supportability.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78127df..ffb965d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Redis session manager is pluggable one. It uses to store sessions into Redis for The HTTP Requests session setAttribute(name, value) method stores the session into Redis (session attribute values 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 redis default, sentinel and cluster mode, based on the configuration. +Supports redis default, sentinel and cluster mode, based on the configuration. Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.