redict/tests/unit/type
Jason Elbaum 7f342020dc
Change return value type for ZPOPMAX/MIN in RESP3 (#8981)
When using RESP3, ZPOPMAX/ZPOPMIN should return nested arrays for consistency
with other commands (e.g. ZRANGE).

We do that only when COUNT argument is present (similarly to how LPOP behaves).
for reasoning see https://github.com/redis/redis/issues/8824#issuecomment-855427955

This is a breaking change only when RESP3 is used, and COUNT argument is present!
2021-06-16 09:29:57 +03:00
..
hash.tcl Improve test suite to handle external servers better. (#9033) 2021-06-09 15:13:24 +03:00
incr.tcl Improve test suite to handle external servers better. (#9033) 2021-06-09 15:13:24 +03:00
list-2.tcl Minor improvements for list-2 test (#8156) 2020-12-08 16:26:38 +02:00
list-3.tcl Improve test suite to handle external servers better. (#9033) 2021-06-09 15:13:24 +03:00
list-common.tcl list test split into smaller parts 2011-07-11 11:30:46 +02:00
list.tcl Improve test suite to handle external servers better. (#9033) 2021-06-09 15:13:24 +03:00
set.tcl Fix accidental deletion of sinterstore command when we meet wrong type error. (#9032) 2021-06-13 10:53:46 +03:00
stream-cgroups.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
stream.tcl Fix XINFO help for unexpected options. (#9075) 2021-06-15 10:01:11 +03:00
string.tcl Improve test suite to handle external servers better. (#9033) 2021-06-09 15:13:24 +03:00
zset.tcl Change return value type for ZPOPMAX/MIN in RESP3 (#8981) 2021-06-16 09:29:57 +03:00