Jedis Spring Boot Starter.
<dependency>
<groupId>io.dreamstudio</groupId>
<artifactId>jedis-spring-boot-starter</artifactId>
<version>0.1.0</version>
</dependency>
redis:
database: 0
host: localhost
port: 6379
password: root
pool:
max-active: 50
max-idle: 1
min-idle: 0
max-wait: 5000
redis:
sentinel:
master: mymaster
nodes: 192.168.101.1:6379,192.168.102.1:6379,192.168.103.1:6379
password: root
pool:
max-active: 50
max-idle: 1
min-idle: 0
max-wait: 5000
redis:
cluster:
nodes: 192.168.101.1:6379,192.168.102.1:6379,192.168.103.1:6379
max-redirects: 3
password: root
pool:
max-active: 50
max-idle: 1
min-idle: 0
max-wait: 5000