aioredis-py icon indicating copy to clipboard operation
aioredis-py copied to clipboard

Support BLMOVE command

Open adamserafini opened this issue 3 years ago • 2 comments

Quote from https://redis.io/commands/brpoplpush

As per Redis 6.2.0, BRPOPLPUSH is considered deprecated. Please prefer BLMOVE in new code.

I would love to add it, can't guarantee that I will find time in the near future - but I wanted to log the issue anyway, in case someone else stumbles across this and wants to add :)

Thanks to the maintainers for this great library. ❤️

adamserafini avatar Apr 13 '21 07:04 adamserafini

In the middle of finals right now. If anything can, please create a PR. BLMOVE is a new Redis 6.2.0 command, so please note that the deprecation should only be raised only on 6.2.0 and above. Additionally, for the person interested in making a PR, please take a look at the sister repo redis-py to make your life easier (if they added a PR for it already).

Andrew-Chen-Wang avatar Apr 14 '21 22:04 Andrew-Chen-Wang

+1

Catastropha avatar May 27 '21 09:05 Catastropha