From c3dafd62d5ab0c691c26724e26973b4ed08a9df8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 18 Nov 2016 09:51:45 +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 974806302..19624440e 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 speed. Each session attribute is written into Redis during each `setAttribute` invocation. While other solutions serialize all session each time. +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 `setAttribute` invocation. While other solutions serialize all session each time. Usage ===