mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Introduced in #8179, this fixes the command's replies in the 0 count edge case. [BREAKING] changes the reply type when count is 0 to an empty array (instead of nil) Moves LPOP ... 0 fast exit path after type check to reply with WRONGTYPE