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