redis/tests/unit/type
antirez 18bdc2790d Test: fix false positive in HSTRLEN test.
HINCRBY* tests later used the value "tmp" that was sometimes generated
by the random key generation function. The result was ovewriting what
Tcl expected to be inside Redis with another value, causing the next
HSTRLEN test to fail.
2015-09-15 09:38:30 +02:00
..
hash.tcl Test: fix false positive in HSTRLEN test. 2015-09-15 09:38:30 +02:00
list-2.tcl list test further split into smaller units 2011-07-11 11:41:23 +02:00
list-3.tcl Ziplist encoding now tested with negative integers as well. 2012-04-24 19:34:08 +02:00
list-common.tcl list test split into smaller parts 2011-07-11 11:30:46 +02:00
list.tcl Fix blocking operations from missing new lists 2014-06-09 11:39:44 +02: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-05-15 17:39:39 +02:00
zset.tcl Test: check sorted set elements order after union. 2014-07-22 17:58:41 +02:00