From f105674a0d0b8aa17ab8913dcdada4d82c772561 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 14 Sep 2020 14:21:11 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 3072b01f7..aca4e0409 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -6,10 +6,6 @@ Supports Apache Tomcat 7.x, 8.x, 9.x Consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA. -## Advantages - -Current implementation differs from any other Redis based 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 ### 1. Add `RedissonSessionManager`