ioredis-mock
ioredis-mock copied to clipboard
Issue with negative stop offset larger than set size in sorted sets
Example:
zadd key 1 "one" 1 zremrangebyrank key 0 -3 1 (expected 0)
Related to this change https://github.com/stipsan/ioredis-mock/pull/708 It fixed the scenario mentioned in the pr but breaks the above one.
PRs welcome 😄
PRs welcome 😄
Sure, will spend some time seeing what I can do.
Awesome 😃