From 25b296da7f291b5c2d32493fedd7440a8b23bd27 Mon Sep 17 00:00:00 2001 From: Anton Johansson Date: Tue, 16 Nov 2021 10:49:07 +0100 Subject: [PATCH] Improve documentation (typos) Signed-off-by: Anton Johansson --- 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 d24aa94ee..8ce63a509 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -16,7 +16,7 @@ Add `RedissonSessionManager` in global context - `tomcat/conf/context.xml` or pe readMode="REDIS" updateMode="DEFAULT" broadcastSessionEvents="false" keyPrefix=""/> ``` - `keyPrefix` - string prefix applied to all Redis keys. Allows to connection different Tomcat envirounments to the same Redis instance. + `keyPrefix` - string prefix applied to all Redis keys. Allows to connect different Tomcat environments to the same Redis instance. `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.