Merge branch 'master' of github.com:redisson/redisson

pull/4692/head
Nikita Koksharov 2 years ago
commit bd25024072

@ -54,13 +54,21 @@ spring:
nodes:
```
Using Redisson settings:
Using Redisson config file:
```yaml
spring:
redis:
redisson:
file: classpath:redisson.yaml
```
Using Redisson settings:
```yaml
spring:
redis:
redisson:
config: |
clusterServersConfig:
idleConnectionTimeout: 10000

Loading…
Cancel
Save