Unverified Commit 93e77506 authored by avimredis's avatar avimredis Committed by GitHub
Browse files

GEOSEARCHSTORE: removed unsupported args from comment (#8873)

parent 46f4ebbe
...@@ -511,7 +511,7 @@ void geoaddCommand(client *c) { ...@@ -511,7 +511,7 @@ void geoaddCommand(client *c) {
* GEOSEARCH key [FROMMEMBER member] [FROMLONLAT long lat] [BYRADIUS radius unit] * GEOSEARCH key [FROMMEMBER member] [FROMLONLAT long lat] [BYRADIUS radius unit]
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count [ANY]] [ASC|DESC] * [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] * 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) { void georadiusGeneric(client *c, int srcKeyIndex, int flags) {
robj *storekey = NULL; robj *storekey = NULL;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment