"docs/extn-developer-faq.md" did not exist on "ddeb26c458b44e55613a0bcb16cc5d37ac06679f"
Fixes LPOP/RPOP wrong replies when count is 0 (#9692)
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
Please register or sign in to comment