From ee7800bb7b55bbb138174a5ca2fff1d62a6a6aee Mon Sep 17 00:00:00 2001 From: Ranjith Manickam Date: Fri, 28 Jul 2017 14:54:19 +0530 Subject: [PATCH] Updated Downloads (markdown) --- Downloads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Downloads.md b/Downloads.md index d6fb7bd..4c7c623 100644 --- a/Downloads.md +++ b/Downloads.md @@ -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) \ No newline at end of file + * [**1.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.0)