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
I have a setup that requires both username and password for memorydb in aws
redis-cli works fine: redis-cli -c -h my-redis --user my-user --pass mypassword
My redis pipline options contains both the username and password with a single blank space.
This setup doesn't seem to doesn't work:
I have a setup that requires both username and password for memorydb in aws
redis-cli works fine:
redis-cli -c -h my-redis --user my-user --pass mypassword
My redis pipline options contains both the username and password with a single blank space.
This setup doesn't seem to doesn't work:
It seems like the following code need to be changed from:
to
The text was updated successfully, but these errors were encountered: