summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Test: added regression for issue #872.antirez2013-01-101-7/+27
* Test: regression for issue #801.antirez2012-12-011-0/+21
* Make an EXEC test more latency proof.antirez2012-11-291-2/+2
* EVALSHA is now case insensitive.antirez2012-11-221-0/+4
* Test: MULTI state is cleared after EXECABORT error.antirez2012-11-221-0/+11
* Test: make sure EXEC fails after previous transaction errors.antirez2012-11-221-0/+28
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-222-48/+48
* Differentiate SCRIPT KILL error replies.antirez2012-10-221-1/+1
* "SORT by nosort" (skip sorting) respect sorted set ordering.antirez2012-10-031-0/+41
* Revert "Scripting: redis.NIL to return nil bulk replies."antirez2012-10-011-4/+0
* Scripting: redis.NIL to return nil bulk replies.antirez2012-09-281-0/+4
* Test for SRANDMEMBER with <count>.antirez2012-09-211-0/+112
* A reimplementation of blocking operation internals.antirez2012-09-172-2/+105
* BITCOUNT regression test for #582 fixed for 32 bit target.antirez2012-09-051-1/+6
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-051-0/+6
* Scripting: Force SORT BY constant determinism inside SORT itself.antirez2012-09-051-4/+4
* Scripting: require at least one argument for redis.call().antirez2012-08-311-0/+6
* Added a new hash fuzzy tester.antirez2012-06-121-1/+38
* New test: hash ziplist -> hashtable encoding conversion.antirez2012-06-111-0/+11
* EVAL replication test: less false positives.antirez2012-06-021-3/+7
* Fixed RESTORE hash failure (Issue #532)Alex Mitrofanov2012-06-021-0/+20
* BITOP bug when called against non existing keys fixed.antirez2012-05-311-0/+6
* Tests modified to account for INFO fields renaming.antirez2012-05-251-3/+3
* BITOP command 10x speed improvement.antirez2012-05-241-1/+11
* BITOP: handle integer encoded objects correctly.antirez2012-05-241-1/+18
* Bit operations tests improved.antirez2012-05-241-15/+21
* BITOP and BITCOUNT tests.antirez2012-05-241-0/+130
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-231-0/+8
* Test "Turning off AOF kills the background writing child if any" is now more ...antirez2012-05-021-2/+6
* Show problem with 'keys' command with specific command sequence.Harmen2012-04-301-0/+11
* Redis test: scripting EVALSHA replication test more reliable.antirez2012-04-271-4/+6
* Ziplist encoding now tested with negative integers as well.antirez2012-04-241-0/+9
* New time limit for protocol desync test set to 30 seconds to reduce false pos...antirez2012-04-241-1/+1
* Replace unnecessary calls to echo and catMichael Schlenker2012-04-241-1/+1
* Limit memory used by big SLOWLOG entries.antirez2012-04-211-0/+17
* New tests related to scripts max execution time.antirez2012-04-191-0/+38
* Tests for scripting PRNG.antirez2012-04-181-0/+20
* Test SDIFF with first set empty.antirez2012-04-181-0/+7
* Test SINTER against same integer elements, but different set encoding.antirez2012-04-181-0/+10
* Test SINTER with non existing key.antirez2012-04-181-0/+7
* Added an SMOVE test where src and dest key are the same.antirez2012-04-181-0/+7
* New hash fuzzing test.antirez2012-04-181-0/+24
* Explicit RPOP/LPOP tests.antirez2012-04-181-2/+15
* Test LINSERT syntax error.antirez2012-04-181-0/+5
* Test LINDEX out of range index.antirez2012-04-181-0/+3
* More robust maxclients test.antirez2012-04-181-1/+3
* Added test for SORT corner case: pattern ending with just "->".antirez2012-04-171-0/+7
* Less false positives in maxclients test, hopefully.antirez2012-04-171-1/+2
* New test for scripting engine: DECR_IF_GT.antirez2012-04-131-0/+22
* Tests modified to match the new global protection implementation.antirez2012-04-131-30/+3