From fb9d47265086acae1562ff5d89f1d04d2803d7bc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 26 Apr 2019 10:04:32 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index d72a3ed86..fab18c436 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -21,7 +21,8 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` ```xml + configPath="${catalina.base}/redisson.conf" + readMode="REDIS" updateMode="DEFAULT" broadcastSessionEvents="false"/> ``` `readMode` - read Session attributes mode. Two modes are available: * `MEMORY` - stores attributes into local Tomcat Session and Redis. Further Session updates propagated to local Tomcat Session using Redis-based events.