Skip to content

Commit

Permalink
Merge branch 'master' of github.com:redisson/redisson
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Nov 17, 2022
2 parents 0cfc250 + 6639089 commit bd25024
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion redisson-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd25024

Please sign in to comment.