diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 3b8b66b34..d928317af 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -37,7 +37,7 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` #### Shared Redisson instance -Each RedissonSessionManager created per Web Application and thus creates own Redisson instance. For multiple applications, using the same Redis setup, amount of Redisson instances could be reduced using JNDI registry: +`RedissonSessionManager` is created per Web Application and thus creates own Redisson instance. For multiple applications, which use the same Redis setup, amount of Redisson instances could be reduced using JNDI registry: 1. Add shared redisson instance produced by `JndiRedissonFactory` into `tomcat/conf/server.xml` in `GlobalNamingResources` tag area: