summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream 2.6.10.2.6.10-1Yossi Gottlieb2013-02-254-4/+9
|\
| * Test: No clients timeout while testing.antirez2013-02-051-1/+1
| * Use `info nameofexectuable` to find current executableJohan Bergström2013-02-053-3/+6
| * Enforce tcl 8.5 or newerJohan Bergström2013-02-051-0/+2
* | Merge upstream Redis 2.6.9.2.6.9-1Yossi Gottlieb2013-01-274-2/+57
|\ \ | |/
| * UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply.antirez2013-01-211-1/+11
| * Slowlog: don't log EXEC but just the executed commands.antirez2013-01-191-0/+12
| * Fixed many typos.guiquanz2013-01-191-1/+1
| * Tests for CLIENT GETNAME/SETNAME.antirez2013-01-151-0/+33
* | Merge upstream Redis 2.6.8.2.6.8-1Yossi Gottlieb2013-01-151-7/+27
|\ \ | |/
| * Test: added regression for issue #872.antirez2013-01-101-7/+27
* | Add scripting persistence and better replication support.Yossi Gottlieb2013-01-111-0/+38
* | Merge tag '2.6.7' into garantia-2.6yoav2012-12-243-3/+26
|\ \ | |/
| * Test: fixed osx "leaks" support in test.antirez2012-12-031-1/+3
| * Test: regression for issue #801.antirez2012-12-011-0/+21
| * Make an EXEC test more latency proof.antirez2012-11-291-2/+2
* | Make slowlog test pass after modifying the slowlog format.yoav2012-11-291-4/+4
|/
* 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-223-49/+49
* fix a typo in a commentYAMAMOTO Takashi2012-10-311-1/+1
* 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-173-5/+112
* 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-112-3/+22
* EVAL replication test: less false positives.antirez2012-06-022-4/+8
* 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-252-5/+5
* 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-242-0/+131
* Redis test: include bug report on crash.antirez2012-05-231-1/+5
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-231-0/+8
* If the computer running the Redis test is slow, we revert to --clients 1 to a...antirez2012-05-121-0/+17
* 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
* Properly wait the slave to sync with master in BRPOPLPUSH test.antirez2012-04-301-3/+7
* A more lightweight implementation of issue 141 regression test.antirez2012-04-291-13/+26
* Redis test: More reliable BRPOPLPUSH replication test.antirez2012-04-272-3/+6