Updated Downloads (markdown)
parent
d396b4bd6c
commit
ee7800bb7b
|
@ -1,7 +1,6 @@
|
|||
Redis session manager is the plug-gable one. It uses to store sessions into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
|
||||
|
||||
It supports Redis cluster and single node based on the tomcat/RedisDataCache.properties configuration.
|
||||
|
||||
It supports, both redis stand-alone and multiple node cluster based on the redis-data-cache.properties configuration.
|
||||
Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.
|
||||
|
||||
### Supports:
|
||||
|
@ -9,8 +8,9 @@ Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer
|
|||
* Apache Tomcat 8
|
||||
|
||||
### Downloads:
|
||||
* Apache Tomcat 8
|
||||
* 2.x
|
||||
* [**2.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1.1)
|
||||
* 1.x
|
||||
* [**1.1.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1.1)
|
||||
* [**1.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1)
|
||||
* Apache Tomcat 7
|
||||
* [**1.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.0)
|
Loading…
Reference in New Issue