summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* GEOENCODE / GEODECODE commands removed.antirez2015-07-091-13/+0
* Geo: GEODIST and tests.antirez2015-06-291-0/+22
* Geo: GEOPOS command and tests.antirez2015-06-291-0/+17
* Geo: GEORADIUS COUNT tests.antirez2015-06-291-0/+8
* Geo: GEOENCODE test fixed for new return value.antirez2015-06-291-1/+2
* Geo: only one way to specify any given option.antirez2015-06-271-4/+4
* Geo: from lat,lon API to lon,lat API according to GIS standardantirez2015-06-261-28/+28
* Geo: GEOHASH command test.antirez2015-06-241-0/+7
* Geo: GEORADIUS fuzzy testing by reimplementing it in Tcl.antirez2015-06-241-0/+63
* Geo: test GEOADD with wrong input coordinatesantirez2015-06-231-0/+8
* Geo: fix tests after distance precision changeantirez2015-06-221-2/+2
* Geo: removed JSON failing test (false positive)antirez2015-06-221-8/+0
* [In-Progress] Add Geo CommandsMatt Stancliff2015-06-221-0/+53
* Test: ZADD CH testszaddnxantirez2015-05-291-0/+7
* Test: ZADD INCR testantirez2015-05-291-0/+14
* Test: ZADD NX and XX options testsantirez2015-05-291-0/+59
* Merge branch 'sentinel-32' into unstableantirez2015-05-191-0/+34
|\
| * Sentinel: CKQUORUM testsantirez2015-05-191-0/+34
* | uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-04-171-0/+1
|/
* Test: be more patient waiting for servers to exit.antirez2015-03-311-1/+6
* Sentinel / Cluster test: exit with non-zero error code on failures.antirez2015-03-303-0/+16
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* Cluster: unit 10 modified to leave cluster in proper state.antirez2015-03-221-0/+5
* Cluster: CLUSTER FAILOVER TAKEOVER tests.antirez2015-03-221-0/+59
* Cluster: more tests for manual failover + FORCE.antirez2015-03-221-1/+93
* Cluster: new tests1 for manual failover and scripts replication.antirez2015-03-221-0/+95
* Test: fix SPOP replication test count.antirez2015-03-131-1/+1
* Test: HSTRLEN stress test of corner cases.antirez2015-02-271-0/+16
* Hash: HSTRLEN (was HVSTRLEN) improved.antirez2015-02-271-12/+10
* Merge pull request #2415 from landmime/unstableSalvatore Sanfilippo2015-02-271-0/+31
|\
| * added a new hvstrlen commandJason Roth2015-02-211-0/+31
* | Test: fixes a few tests after basic unit refactoring.antirez2015-02-251-2/+4
* | Test: split basic unit into string, incr, keyspace units.antirez2015-02-254-399/+400
* | Change RENAME behavior when src and dst keys are the same.antirez2015-02-231-1/+12
|/
* SPOP replication tests.antirez2015-02-111-0/+19
* SPOP explicit tests for the three different code paths.antirez2015-02-111-0/+27
* alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.antirez2015-02-111-1/+1
* Faster memory efficiency test.antirez2015-02-101-1/+6
* Added regression test for issue #2371.antirez2015-02-102-0/+25
* Fix RDB corruption test after server behavior change.antirez2015-02-041-1/+1
* Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* Cluster test: when valgrind is enabled, use a larger node-timeout.antirez2015-01-221-1/+6
* Cluster test initialization: use transaction for reset + set-config-epoch.antirez2015-01-211-0/+2
* Cluster test: wait for port to unbound in kill_instance.antirez2015-01-211-0/+16
* Cluster/Sentinel test: also pause on abort_sentinel_test call.antirez2015-01-211-0/+1
* Cluster/Sentinel test: pause on exceptions as well.antirez2015-01-211-0/+1
* Add --track-origins=yes to valgrindMatt Stancliff2015-01-212-3/+3
* Tell sentinel/cluster tests to allow valgrindMatt Stancliff2015-01-211-2/+17
* Cluster test: also write from Lua script in resharding test.antirez2015-01-092-2/+13
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-024-8/+4