summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test: fix false positive in HSTRLEN test.antirez2015-09-151-5/+5
* GEORADIUS: Don't report duplicates when radius is huge.antirez2015-09-141-0/+5
* Test: MOVE expire test improved.antirez2015-09-141-0/+13
* MOVE now can move TTL metadata as well.antirez2015-09-141-0/+13
* Test: print info on HSTRLEN test failure.antirez2015-09-071-1/+4
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* Test: csvdump now scans all DBs.antirez2015-08-051-32/+36
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27
* Test PSYNC with diskless replication.antirez2015-08-041-13/+17
* 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