diff --git a/Home.md b/Home.md index 40f1189..1001599 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,14 @@ #### **Welcome to the Tomcat Clustering Redis Session Manager wiki!** -The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers. +The Redis session manager is a pluggable one. It stores session into Redis for easy distribution of HTTP requests across a cluster of Tomcat servers. Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.) Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis. -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. +Going forward, we no need to enable sticky sessions (JSESSIONID) in Load Balancer. ![Tomcat Cluster :: Redis Session Manager](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/blob/master/src/main/resources/Tomcat-Clustering-Redis-Session-Manager.jpg) @@ -20,6 +20,8 @@ Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer - Apache Tomcat 9 ### Downloads: [![Total Downloads](https://get-badge.herokuapp.com/ran-jit/tomcat-cluster-redis-session-manager/total)](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/wiki) +- 4.x + - [**4.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/4.0) - 3.x - [**3.0.5.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/3.0.5.1) - [**3.0.5**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/3.0.5)