Update README.md

pull/4692/head
Nikita Koksharov 2 years ago committed by GitHub
parent 5966905f1b
commit 66390899ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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