sewenew/redis-plus-plus

[FEATURE] Support for LMOVE / BLMOVE

craigsoules opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
There doesn't seem to be support for LMOVE or BLMOVE. They are new in Redis 6.2.

Describe the solution you'd like
Support for those functions.

Describe alternatives you've considered
Currently using BRPOPLPUSH, but it's more limiting in it's capabilities.

Additional context
Thank you for your consideration!

Before the feature is supported, you can use the generic command to send these commands.

Regards

Thank you for the tip! Really appreciate your work on this library.