summaryrefslogtreecommitdiff
path: root/tests/unit/geo.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+14
* Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)filipe oliveira2022-12-151-0/+7
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-0/+2
* add test case for geopos and geohash (#11455)Wen Hui2022-11-011-0/+14
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-9/+9
* Fix geo search bounding box check causing missing results (#10018)qetu37902022-02-211-0/+25
* GEO* STORE with empty src key delete the dest key and return 0, not empty arr...Binbin2021-08-011-0/+71
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-34/+34
* Fix GEOSEARCH tcl test error (#8451)Yang Bodong2021-02-041-5/+10
* GEOSEARCH bybox bug fixes and new fuzzy tester (#8445)Yang Bodong2021-02-041-27/+185
* GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)Yang Bodong2021-01-081-0/+13
* GEOADD - add [CH] [NX|XX] options (#8227)kukey2021-01-031-0/+43
* GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)Itamar Haber2020-12-141-15/+15
* Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)杨博东2020-12-121-0/+80
* Revert "Geo: output 10 chars of geohash, not 11."antirez2019-12-181-1/+1
* Geo: output 10 chars of geohash, not 11.antirez2019-10-081-1/+1
* Fixed a rounding bug in geo.tclMadelyn Olson2019-01-151-1/+13
* Fix GEORADIUS edge case with huge radius.antirez2017-07-031-0/+3
* Geo: fuzzy test inconsistency report fixed to show all points.antirez2016-12-201-2/+3
* 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