diff --git a/README.md b/README.md index 6483a51..c2d1bc9 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ more details.. https://github.com/ran-jit/tomcat-cluster-redis-session-manager/w
Property | Description | Value |
---|---|---|
redis.hosts | Redis server running instance IP address and port number | default: 127.0.0.1:6379 ex: 127.0.0.1:6379, 127.0.0.2:6379, 127.0.0.2:6380, .... |
redis.hosts | Redis server running instance IP address and port number ex: 127.0.0.1:6379, 127.0.0.2:6379, 127.0.0.2:6380, .. | default: 127.0.0.1:6379 |
redis.password | Redis protected password | |
redis.database | Redis database selection. (Numeric value) | default: 0 |
redis.timeout | Redis connection timeout | default: 2000 |