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
40acb441
Commit
40acb441
authored
Oct 01, 2019
by
antirez
Browse files
GEORADIUS reply: fix of the previous fix about #6417.
parent
2e2fe98f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/geo.c
View file @
40acb441
...
...
@@ -566,7 +566,7 @@ void georadiusGeneric(client *c, int flags) {
/* If no matching results, the user gets an empty reply. */
if
(
ga
->
used
==
0
&&
storekey
==
NULL
)
{
addReply
NullA
rray
(
c
);
addReply
(
c
,
shared
.
emptya
rray
);
geoArrayFree
(
ga
);
return
;
}
...
...
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