stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
336 stars 124 forks source link

feat(commands): add new command LMOVE #1292

Closed philios33 closed 1 year ago

philios33 commented 1 year ago

Great repo. I found that the one command I needed to test wasn't implemented, so decided to just add it here. Please feel free to modify/rebase as you see fit.