redis/tests/unit/type
guybe7 af7489886d
Obliterate STRALGO! add LCS (which only works on keys) (#9799)
Drop the STRALGO command, now LCS is a command of its own and it only works on keys (not input strings).
The motivation is that STRALGO's syntax was really messed-up...
- assumes all (future) string algorithms will take similar arguments
- mixes command that takes keys and one that doesn't in the same command.
- make it nearly impossible to expose the right key spec in COMMAND INFO (issues cluster clients)
- hard for cluster clients to determine the key names (firstkey, lastkey, etc)
- hard for ACL / flags (is it a read command?)

This is a breaking change.
2021-11-18 10:47:49 +02:00
..
hash.tcl Replace all usage of ziplist with listpack for t_hash (#8887) 2021-08-10 09:18:49 +03:00
incr.tcl decrby LLONG_MIN caused nagation overflow. (#9577) 2021-10-03 09:38:05 +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 Connection leak in external tests. (#9777) 2021-11-15 11:07:43 +02:00
set.tcl Adds limit to SINTERCARD/ZINTERCARD. (#9425) 2021-09-16 14:07:08 +03:00
stream-cgroups.tcl Connection leak in external tests. (#9777) 2021-11-15 11:07:43 +02:00
stream.tcl Connection leak in external tests. (#9777) 2021-11-15 11:07:43 +02:00
string.tcl Obliterate STRALGO! add LCS (which only works on keys) (#9799) 2021-11-18 10:47:49 +02:00
zset.tcl Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711) 2021-11-18 10:13:16 +02:00