-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GEORADIUSBYMEMBER against non existing key reply (#1691)
Current GEORADIUSBYMEMBER against non existing key will a NotFound error, which is wrong: ``` 127.0.0.1:6666> georadiusbymember non-existing member 1 km (error) ERR NotFound: 127.0.0.1:6379> georadiusbymember non-existing member 1 km (empty array) ``` georadiusbymember_ro is the same since they share the code.
- Loading branch information
1 parent
676c3b9
commit a426939
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters