Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
407da77e
Unverified
Commit
407da77e
authored
Dec 17, 2020
by
sundb
Committed by
GitHub
Dec 17, 2020
Browse files
Fix comment of georadiusGeneric function (#8202)
parent
6413e5f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/geo.c
View file @
407da77e
...
@@ -488,9 +488,9 @@ void geoaddCommand(client *c) {
...
@@ -488,9 +488,9 @@ void geoaddCommand(client *c) {
/* GEORADIUS key x y radius unit [WITHDIST] [WITHHASH] [WITHCOORD] [ASC|DESC]
/* GEORADIUS key x y radius unit [WITHDIST] [WITHHASH] [WITHCOORD] [ASC|DESC]
* [COUNT count] [STORE key] [STOREDIST key]
* [COUNT count] [STORE key] [STOREDIST key]
* GEORADIUSBYMEMBER key member radius unit ... options ...
* GEORADIUSBYMEMBER key member radius unit ... options ...
* GEOSEARCH key [FROMMEMBER member] [F
O
RMLO
G
long lat] [BYRADIUS radius unit]
* GEOSEARCH key [FROMMEMBER member] [FR
O
MLO
NLAT
long lat] [BYRADIUS radius unit]
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count] [ASC|DESC]
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count] [ASC|DESC]
* GEOSEARCHSTORE dest_key src_key [FROMMEMBER member] [F
O
RMLO
G
long lat] [BYRADIUS radius unit]
* GEOSEARCHSTORE dest_key src_key [FROMMEMBER member] [FR
O
MLO
NLAT
long lat] [BYRADIUS radius unit]
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count] [ASC|DESC] [STOREDIST]
* [BYBOX width height unit] [WITHCORD] [WITHDIST] [WITHASH] [COUNT count] [ASC|DESC] [STOREDIST]
* */
* */
void
georadiusGeneric
(
client
*
c
,
int
srcKeyIndex
,
int
flags
)
{
void
georadiusGeneric
(
client
*
c
,
int
srcKeyIndex
,
int
flags
)
{
...
...
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