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
lmove implementation should account for (nil) response from Redis.
it should return Optional[AnyStr] and the callback in self.execute_command should be OptionalAnyStrCallback[AnyStr]
There may be more commands in this situation like llen, but I've not checked
Your Environment
coredis version: 4.17.0
Redis version: 7.0.15
Operating system: debian 12
Python version: 3.10
The text was updated successfully, but these errors were encountered:
lmove implementation should account for (nil) response from Redis.
it should return Optional[AnyStr] and the callback in self.execute_command should be OptionalAnyStrCallback[AnyStr]
There may be more commands in this situation like llen, but I've not checked
Your Environment
The text was updated successfully, but these errors were encountered: