summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* GEOADD STORE/STOREDIST tests.antirez2016-02-181-0/+54
* Merge pull request #2726 from seppo0010/patch-2Salvatore Sanfilippo2016-01-151-3/+4
|\
| * Fix race condition in unit/introspectionSebastian Waisbrot2015-08-111-3/+4
* | Scripting: handle trailing comments.antirez2016-01-081-0/+4
* | MIGRATE: test more corner cases.antirez2015-12-111-0/+37
* | Test: pipelined MIGRATE tests added.antirez2015-12-111-0/+54
* | Test HINCRBYFLOAT rounding only in x86_64 and when valgrind is not in use.antirez2015-11-281-5/+16
* | Add regression test for HINCRBYFLOAT formatting change.antirez2015-11-041-0/+7
* | Test: improve PFCOUNT with multiple keys testing.antirez2015-11-031-2/+17
* | Scripting: commands replication tests.antirez2015-10-301-1/+107
* | Scripting: execute tests with command replication as well.antirez2015-10-301-79/+88
* | Scripting: test Redis provided Lua functions error reporting.antirez2015-10-301-0/+9
* | Test: basic lazyfree unit test.antirez2015-10-091-0/+39
* | Regression test for GEORADIUS COUNT arity check.antirez2015-10-061-0/+5
* | 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
|/
* 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
* uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-04-171-0/+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-253-398/+397
* | Change RENAME behavior when src and dst keys are the same.antirez2015-02-231-1/+12
|/
* SPOP explicit tests for the three different code paths.antirez2015-02-111-0/+27
* Faster memory efficiency test.antirez2015-02-101-1/+6
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-024-8/+4
* Increase test size for migrating large valuesMatt Stancliff2015-01-021-2/+2
* Add quicklist implementationMatt Stancliff2015-01-025-124/+68
* Added <count> parameter to SPOP:Alon Diamant2014-12-142-1/+43
* Merge pull request #2094 from mattsta/nosortSalvatore Sanfilippo2014-12-111-0/+18
|\