summaryrefslogtreecommitdiff
path: root/src/geo.c
Commit message (Expand)AuthorAgeFilesLines
* fix `GEORADIUS[BYMEMBER]` `STORE` & `STOREDIST` args spec (#12151)Leibale Eidelman2023-05-091-1/+1
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-1/+1
* Simplified geoAppendIfWithinShape() and removed spurious calls do sdsdup and ...filipe oliveira2022-11-281-30/+38
* Fix some nonsense came from LGTM (#9962)Binbin2021-12-191-1/+1
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-5/+5
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-031-1/+1
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-2/+3
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-5/+4
* GEO* STORE with empty src key delete the dest key and return 0, not empty arr...Binbin2021-08-011-6/+34
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-4/+4
* Avoid passing GeoHashRadius by value (#8941)Guy Korland2021-05-181-11/+11
* GEOSEARCHSTORE: removed unsupported args from comment (#8873)avimredis2021-04-271-1/+1
* Fix error reply of GEOSEARCHSTORE unsupported args (#8865)avimredis2021-04-261-3/+3
* GEOSEARCH bybox bug fixes and new fuzzy tester (#8445)Yang Bodong2021-02-041-7/+9
* Optimizing sorted GEORADIUS COUNT with partial sorting. (#8326)Jonah H. Harris2021-02-021-4/+15
* GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)Yang Bodong2021-01-081-14/+27
* GEOADD - add [CH] [NX|XX] options (#8227)kukey2021-01-031-14/+28
* Use addReplyErrorObject with shared.syntaxerror (#8248)Itamar Haber2020-12-251-1/+1
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-3/+3
* Fix comment of georadiusGeneric function (#8202)sundb2020-12-171-2/+2
* GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)Itamar Haber2020-12-141-3/+7
* Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)杨博东2020-12-121-56/+155
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+3
* Replace usage of wrongtypeerr with helper (#7633)Madelyn Olson2020-08-111-2/+2
* Tracking: NOLOOP internals implementation.antirez2020-04-211-2/+2
* Fix GEOHASH negative shifting in a more compatible way.antirez2019-12-181-1/+9
* Revert "Geo: output 10 chars of geohash, not 11."antirez2019-12-181-4/+4
* Avoid changing setKey() API after #6679 fix.antirez2019-12-181-1/+1
* add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-1/+1
* Geo: output 10 chars of geohash, not 11.antirez2019-10-081-4/+4
* GEORADIUS reply: fix of the previous fix about #6417.antirez2019-10-011-1/+1
* Fix GEORADIUS replies broken after RESP3 introduction.antirez2019-10-011-2/+2
* Fix mismatching keyspace notification classesGuy Benoish2019-03-141-1/+1
* RESP3: restore the concept of null array for RESP2 compat.antirez2019-01-091-2/+2
* RESP3: geo.c updated.antirez2019-01-091-16/+16
* Fix typoJack Drogon2018-07-031-1/+1
* Added GEORADIUS(BYMEMBER)_RO variants for read-only operations.antirez2017-06-301-9/+26
* Geo: fix GEOHASH return value for consistency.antirez2016-12-201-4/+3
* Geo: fix edge case return values for uniformity.antirez2016-12-201-6/+5
* Geo: fix computation of bounding box.antirez2016-12-051-1/+24
* Multiple GEORADIUS bugs fixed.antirez2016-07-271-1/+2
* fix georadius returns multiple repliesoranagra2016-05-231-2/+5
* minor fixes - mainly signalModifiedKey, and GEORADIUSoranagra2016-05-091-0/+1
* Reply with error on negative geo radius.antirez2016-05-041-1/+4
* Eliminates engineers near the equator & prime meridianItamar Haber2016-02-181-4/+4
* Fixes a typo in a commentItamar Haber2016-02-181-1/+1
* Adjusts accuracy for GEODISTItamar Haber2016-02-181-1/+1
* New options for GEORADIUS: STORE and STOREDIST.antirez2016-02-181-42/+100
* Fix extractLongLatOrReply() sanity check conditionals.antirez2015-10-071-9/+9
* Fix GEORADIUS COUNT option arity checks.antirez2015-10-061-1/+1