redict/tests/unit/type
antirez 8a7f255cd0 LCS -> STRALGO LCS.
STRALGO should be a container for mostly read-only string
algorithms in Redis. The algorithms should have two main
characteristics:

1. They should be non trivial to compute, and often not part of
programming language standard libraries.
2. They should be fast enough that it is a good idea to have optimized C
implementations.

Next thing I would love to see? A small strings compression algorithm.
2020-04-24 16:54:32 +02:00
..
hash.tcl ld2string should fail if string contains \0 in the middle 2020-01-30 18:15:17 +05:30
incr.tcl Fix no-negative-zero test 2020-04-02 18:41:29 +03:00
list-2.tcl Config: Add quicklist, remove old list options 2015-01-02 11:16:10 -05:00
list-3.tcl Test: new randomized stress tester for #3343 alike bugs. 2016-06-28 09:42:20 +02:00
list-common.tcl list test split into smaller parts 2011-07-11 11:30:46 +02:00
list.tcl Merge pull request #2774 from rouzier/blocking-list-commands-support-milliseconds-floating 2019-03-12 18:10:28 +01:00
set.tcl uphold the smove contract to return 0 when the element is not a member of the source set, even if source=dest 2015-04-17 09:27:54 -04:00
stream-cgroups.tcl Merge pull request #7029 from valentinogeron/fix-xack 2020-04-02 11:23:23 +02:00
stream.tcl Merge pull request #6703 from guybe7/blocking_xread_empty_reply 2020-01-09 17:32:14 +01:00
string.tcl LCS -> STRALGO LCS. 2020-04-24 16:54:32 +02:00
zset.tcl Merge pull request #4737 from guybe7/zlexcount_fix 2018-11-28 16:53:32 +01:00