From a111400492733c777480ab70ab615b966140e06f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 18 Nov 2016 13:55:02 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 0ab520a9a..4285e20cb 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -7,7 +7,7 @@ Supports Tomcat 6.x, 7.x, 8.x Advantages === -Current implementation differs from any other Tomcat Session Manager in terms of efficient storage and update. Each session attribute is written into Redis during each `HttpSession.setAttribute` invocation. While other solutions serialize whole session each time. +Current implementation differs from any other Tomcat Session Manager in terms of efficient storage and optimized writes. Each session attribute is written into Redis during each `HttpSession.setAttribute` invocation. While other solutions serialize whole session each time. Usage ===