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
Hi, thank you for the library. I have tried to find INCRBYFLOAT but it seems like we are missing it. Here is original specification https://redis.io/commands/incrbyfloat. I think we ought to implement it in order to extend support for redis protocol.
Hi, thank you for the library. I have tried to find
INCRBYFLOAT
but it seems like we are missing it. Here is original specification https://redis.io/commands/incrbyfloat. I think we ought to implement it in order to extend support for redis protocol.We already have a similar command for hash's value.
— http://asyncio-redis.readthedocs.io/en/latest/pages/reference.html?highlight=hincrbyfloat#asyncio_redis.RedisProtocol.hincrbyfloat.
The text was updated successfully, but these errors were encountered: