summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive in memory efficiency test.antirez2013-11-251-1/+1
* Added tests for [SHZ]SCAN with MATCH.antirez2013-11-051-0/+21
* SSCAN with integer encoded object test improved.antirez2013-10-311-0/+2
* Regression test added for [SHZ]SCAN issue #1354.antirez2013-10-311-0/+8
* Test: added a SCAN test trying to trigger HT resize.antirez2013-10-301-0/+29
* Test: added ZSCAN test.antirez2013-10-301-0/+40
* Test: added HSCAN test.antirez2013-10-301-0/+40
* Test: added SSCAN test.antirez2013-10-301-0/+34
* SCAN test keys sorting turned into more idiomatic Tcl.antirez2013-10-301-6/+6
* SCAN: tests moved to unit/scan.tcl.antirez2013-10-303-54/+56
* SCAN: Fix test after option renamed from PATTERN to MATCH.antirez2013-10-291-2/+2
* Add SCAN commandPieter Noordhuis2013-10-291-0/+61
* Test: Lua stack leak regression test added.antirez2013-08-301-0/+15
* Test: added a memory efficiency test.antirez2013-08-302-0/+33
* Little typoJan-Erik Rediger2013-08-071-1/+1
* Test: regression test for issue #1221.antirez2013-07-291-0/+38
* Test: add some AOF testing to EVALSHA replication test.antirez2013-06-261-0/+17
* Test: EVALSHA replication.antirez2013-06-261-0/+50
* Test: randomInt() behavior commented.antirez2013-06-261-0/+2
* Test: replication-3 test speedup in master-slave setup.antirez2013-06-261-3/+6
* Fix comment typo in integration/aof.tcl.antirez2013-06-261-1/+1
* Test: regression test for #1163.antirez2013-06-191-0/+17
* test-server: only listen to 127.0.0.1Marc-Antoine Perennou2013-06-182-1/+2
* Test: avoid a false positive in min-slaves test.antirez2013-05-311-2/+2
* Tests added for min-slaves feature.antirez2013-05-302-0/+46
* Make tests compatible with new INFO replication output.antirez2013-05-301-1/+1
* Test default config modified to set logfile to empty string.antirez2013-05-151-1/+1
* Test: more PSYNC tests (backlog TTL).antirez2013-05-091-11/+37
* Test: check that replication partial sync works if we break the link.antirez2013-05-082-0/+80
* Test: various issues with the replication-4.tcl test fixed.antirez2013-05-081-7/+8
* 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-131-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
* 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
* 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