stipsan / ioredis-mock

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

fix: rpoplpush should rotate the list when source and destintation are the same #1321

Closed mgrunberg closed 11 months ago

mgrunberg commented 11 months ago

Fixes https://github.com/stipsan/ioredis-mock/issues/1320

Inspired by lmove implementation