summaryrefslogtreecommitdiff
path: root/tests/unit/geo.tcl
Commit message (Expand)AuthorAgeFilesLines
* Geo: improve fuzz test.antirez2016-12-051-3/+11
* Multiple GEORADIUS bugs fixed.antirez2016-07-271-2/+79
* GEOADD STORE/STOREDIST tests.antirez2016-02-181-0/+54
* Regression test for GEORADIUS COUNT arity check.antirez2015-10-061-0/+5
* GEORADIUS: Don't report duplicates when radius is huge.antirez2015-09-141-0/+5
* 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