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 found an unexpected behavior using the Redis PUB/SUB feature within the client.
KeyboardInterrupt only works after a message has been received by the subscription, until that happens the console will remain frozen, unable to exit the subscription mode and type another command.
I don't know whether it is the expected behavior or not, so I give this feedback.
The text was updated successfully, but these errors were encountered:
I have found an unexpected behavior using the Redis PUB/SUB feature within the client.
KeyboardInterrupt only works after a message has been received by the subscription, until that happens the console will remain frozen, unable to exit the subscription mode and type another command.
I don't know whether it is the expected behavior or not, so I give this feedback.
The text was updated successfully, but these errors were encountered: