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
It restores its behaviour after you try set for one more time.
This problem is related to usage of inline protocol that should be ditched in favor of multi-bulk protocol.
As for now redis-py isn't binary-safe (i.e. you can't use spaces in keys).
Following code does not work:
The same behavior is with Redis server 1.2.2 and 1.3.7
The text was updated successfully, but these errors were encountered: