mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
GEOSEARCHSTORE: removed unsupported args from comment (#8873)
This commit is contained in:
parent
46f4ebbe84
commit
93e7750699
@ -511,7 +511,7 @@ void geoaddCommand(client *c) {
|
||||
* GEOSEARCH key [FROMMEMBER member] [FROMLONLAT long lat] [BYRADIUS radius unit]
|
||||
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count [ANY]] [ASC|DESC]
|
||||
* GEOSEARCHSTORE dest_key src_key [FROMMEMBER member] [FROMLONLAT long lat] [BYRADIUS radius unit]
|
||||
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count [ANY]] [ASC|DESC] [STOREDIST]
|
||||
* [BYBOX width height unit] [COUNT count [ANY]] [ASC|DESC] [STOREDIST]
|
||||
* */
|
||||
void georadiusGeneric(client *c, int srcKeyIndex, int flags) {
|
||||
robj *storekey = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user