Updated readme for sentinel supportability..

pull/27/head
Ranjith Manickam 2018-12-02 23:29:49 +05:30
parent 8941013e6f
commit a95d5d9f5c
1 changed files with 1 additions and 1 deletions

View File

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