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
CfEnv correctly sets redis credentials such as host, port and password in auto configuration but it doesn't set username, in my case it was required for connection to a9s redis 7 instance.
Reproduction steps
...
Expected behavior
CfEnv populates all available spring data redis properties:
spring
data:
redis:
host:
password:
port:
username:
Describe the bug
CfEnv correctly sets redis credentials such as host, port and password in auto configuration but it doesn't set username, in my case it was required for connection to a9s redis 7 instance.
Reproduction steps
...
Expected behavior
CfEnv populates all available spring data redis properties:
Additional context
As a work-around I configured them manually:
The text was updated successfully, but these errors were encountered: