From f7d4538151e7b235de2547bc8ddc5c0190413adc Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 30 Jan 2020 11:13:46 +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 49a948896..6b298b345 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -33,7 +33,7 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` * `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `configPath` - path to Redisson JSON or YAML config. See [configuration wiki page](https://github.com/redisson/redisson/wiki/2.-Configuration) for more details. + `configPath` - path to Redisson YAML config. See [configuration wiki page](https://github.com/redisson/redisson/wiki/2.-Configuration) for more details. #### Shared Redisson instance