I have used the below configurations but it didn't work
I have my redis running in my machine and the connection is successful but my application is unable to find it
please check for any mistake and help me if you find the solution
spring:
data:
redis:
host: localhost
port: 6379
connect-timeout: 5
timeout: 1000
username: default
password: password
sentinel:
master: localhost
nodes:
- 127.0.0.1