stipsan / ioredis-mock

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

Add count argument to LPOP and remove key when list is empty #1330

Open roertbb opened 10 months ago

roertbb commented 10 months ago

Bugfixes for LPOP command:

Resolves #1316