Update README.md

pull/711/head
Nikita Koksharov 8 years ago committed by GitHub
parent 6259c71ed1
commit a111400492

@ -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
===

Loading…
Cancel
Save