Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
93e77506
Unverified
Commit
93e77506
authored
Apr 27, 2021
by
avimredis
Committed by
GitHub
Apr 27, 2021
Browse files
GEOSEARCHSTORE: removed unsupported args from comment (#8873)
parent
46f4ebbe
Changes
1
Show whitespace changes
Inline
Side-by-side
src/geo.c
View file @
93e77506
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment