From 040d55164eb6e19786bb5892e1623ce21687c8a8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 22 Jun 2021 14:01:23 +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 d5e175020..4b10eac0c 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -25,7 +25,7 @@ Add `RedissonSessionManager` in global context - `tomcat/conf/context.xml` or pe `broadcastSessionEvents` - if `true` then `sessionCreated` and `sessionDestroyed` events are broadcasted across all Tomcat instances and cause all registered HttpSessionListeners to be triggered. Default is `false`. - `broadcastSessionUpdates` - if `true` and `readMode=MEMORY` then session updates are broadcasted across all Tomcat instances. Default is `false`. + `broadcastSessionUpdates` - if `true` and `readMode=MEMORY` then session updates are broadcasted across all Tomcat instances. Default is `true`. `updateMode` - Session attributes update mode. Two modes are available: * `DEFAULT` - session attributes are stored into Redis only through `Session.setAttribute` method. Default mode.