You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of Redis bindings does not support the spring.redis.username and spring.redis.sentinel.username fields, however these fields, while optional, are critical for connecting to Redis services in many cases. For consistency, spring.redis.sentinel.password should also be bound.
Proposal
Add spring.redis.username to be bound to {username}
Add spring.redis.sentinel.username to be bound to {sentinel.username}
Add spring.redis.sentinel.password to be bound to {sentinel.password}
Current implementation of Redis bindings does not support the
spring.redis.username
andspring.redis.sentinel.username
fields, however these fields, while optional, are critical for connecting to Redis services in many cases. For consistency,spring.redis.sentinel.password
should also be bound.Proposal
Add
spring.redis.username
to be bound to{username}
Add
spring.redis.sentinel.username
to be bound to{sentinel.username}
Add
spring.redis.sentinel.password
to be bound to{sentinel.password}
References
The text was updated successfully, but these errors were encountered: