Skip to content

Commit a111400

Browse files
authored
Update README.md
1 parent 6259c71 commit a111400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redisson-tomcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Supports Tomcat 6.x, 7.x, 8.x
77
Advantages
88
===
99

10-
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.
10+
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.
1111

1212
Usage
1313
===

0 commit comments

Comments
 (0)