summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test: fix RDB test checking file permissions.antirez2013-04-231-11/+24
* Test: split conceptually unrelated comments in RDB test.antirez2013-04-221-1/+3
* Test: remove useless statements and comments from test default config.antirez2013-04-041-324/+1
* Test: Extended SET tests.antirez2013-03-281-0/+42
* Test: regression test for issue #1026.antirez2013-03-281-0/+10
* Test: verify that lazy-expire works.antirez2013-03-281-0/+18
* Test: test replication of MULTI/EXEC.antirez2013-03-271-0/+54
* Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.antirez2013-03-271-1/+4
* Test: new functions to capture and analyze the replication stream.antirez2013-03-271-0/+53
* Test: obuf-limits test false positive removed.antirez2013-03-251-1/+1
* Test: make sure broken RDB checksum is detected.antirez2013-03-131-0/+19
* Test: more RDB loading checks.antirez2013-03-131-0/+32
* Test: check that Redis starts empty without an RDB file.antirez2013-03-121-0/+7
* Return a specific NOAUTH error if authentication is required.antirez2013-02-122-3/+3
* Test: avoid false positives in CLIENT SETNAME closed connection test.antirez2013-02-121-2/+6
* Test: No clients timeout while testing.antirez2013-02-051-1/+1
* Merge pull request #906 from jbergstroem/tclsh-agnosticSalvatore Sanfilippo2013-02-053-3/+8
|\
| * Use `info nameofexectuable` to find current executableJohan Bergström2013-01-243-3/+6
| * Enforce tcl 8.5 or newerJohan Bergström2013-01-241-0/+2
* | Tests for keyspace notifications.antirez2013-01-281-1/+155
* | Keyspace notifications: fixed a leak and a bug introduced in the latest commit.antirez2013-01-281-1/+1
* | Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-1/+1
* | Enable keyspace events notification when testing.antirez2013-01-281-0/+3
|/
* 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
* Test: added regression for issue #872.antirez2013-01-101-7/+27
* Test: fixed osx "leaks" support in test.antirez2012-12-031-1/+3
* Test: regression for issue #801.antirez2012-12-021-0/+21
* SDIFF is now able to select between two algorithms for speed.antirez2012-11-301-3/+4
* SDIFF fuzz test added.antirez2012-11-301-0/+26
* 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-223-49/+49
* Merge branch 'migrate-cache' into unstableantirez2012-11-142-3/+24
|\
| * Test: more MIGRATE tests.antirez2012-11-142-22/+24
| * Test: check if MIGRATE is caching connections.antirez2012-11-141-0/+19
* | TTL API change: TTL returns -2 for non existing keys.antirez2012-11-121-1/+19
|/
* COPY and REPLACE options for MIGRATE.antirez2012-11-071-0/+41
* REPLACE option for RESTORE.antirez2012-11-071-0/+16
* Type mismatch errors are now prefixed with WRONGTYPE.antirez2012-11-064-25/+25
* fix a typo in a commentYAMAMOTO Takashi2012-10-241-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