Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: georadius should return empty set if the key does not exist #845

Merged

Conversation

ColinChamber
Copy link
Contributor

@ColinChamber ColinChamber commented Sep 10, 2022

Closes #844

Copy link
Member

@git-hulk git-hulk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @ColinChamber

@tisonkun tisonkun changed the title Fix georadius return ERR NotFound when the key does not exist. fix: georadius should return empty set if the key does not exist Sep 11, 2022
@tisonkun tisonkun merged commit fa01b03 into apache:unstable Sep 11, 2022
suica pushed a commit to suica/incubator-kvrocks that referenced this pull request Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the key does not exist, the return value of georadius is inconsistent with that of Redis.
3 participants