Improve documentation (typos)

Signed-off-by: Anton Johansson <hello@anton-johansson.com>
pull/3951/head
Anton Johansson 3 years ago committed by Anton Johansson
parent fdcb943828
commit 25b296da7f
No known key found for this signature in database
GPG Key ID: 16E82FC3BA121625

@ -16,7 +16,7 @@ Add `RedissonSessionManager` in global context - `tomcat/conf/context.xml` or pe
readMode="REDIS" updateMode="DEFAULT" broadcastSessionEvents="false" readMode="REDIS" updateMode="DEFAULT" broadcastSessionEvents="false"
keyPrefix=""/> 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: `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. * `MEMORY` - stores attributes into local Tomcat Session and Redis. Further Session updates propagated to local Tomcat Session using Redis-based events.

Loading…
Cancel
Save