redis-plus-plus icon indicating copy to clipboard operation
redis-plus-plus copied to clipboard

[FEATURE] Support for LMOVE / BLMOVE

Open craigsoules opened this issue 2 months ago • 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!

craigsoules avatar Apr 12 '24 21:04 craigsoules

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

Regards

sewenew avatar Apr 14 '24 15:04 sewenew

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

craigsoules avatar Apr 14 '24 15:04 craigsoules