resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

Add LMOVE command #233

Open marocchino opened 6 months ago

marocchino commented 6 months ago

I added the parts that needed for implementation right now. When I have time, I will read the documentation and add the rest of the unimplemented parts.

eggplants commented 1 month ago

@PatrickTulskie Any updates on this?

PatrickTulskie commented 1 month ago

@marocchino & @eggplants sorry about the delay... I was trying to see if this could be done without the addition of first_two. After messing with it a bit though, it seems like none of the other options actually fit. Approved and I'll get it merged in for the next release.