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
Describe the bug
The return value of the first command that happens after a reconnect to a server that uses AUTH is just the string "OK" instead of the expected reply.
To Reproduce
Steps to reproduce the behavior:
start a local service with authentication enabled (requirepass foobared in redis.conf)
open a connection with the client, send the "AUTH foobared" command
use the client to send the command "SET somekey 1"
restart the service, the client reconnects
use the client to send the command "INCR somekey"
the command returns "OK"
Expected behavior
the last command should return 2
Desktop (please complete the following information):
OS: ubuntu
The text was updated successfully, but these errors were encountered:
Describe the bug
The return value of the first command that happens after a reconnect to a server that uses AUTH is just the string "OK" instead of the expected reply.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the last command should return 2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: