-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for command GEOPOS #1328
Conversation
Hi @lucifercr07, I have made a draft PR for the issue. I will update it with all the changes in the next few days. |
@lucifercr07, can you please review the PR? After @arpitbbhayani's recent pushes, the tests are failing now. Can you please give me some pointers on how to adapt the code to the latest master branch? |
@helios2003 will check once. Thanks. |
@lucifercr07, any updates on the review process? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
expected: []interface{}{[]interface{}{nil}}, | ||
}, | ||
{ | ||
name: "GEOPOS for non-existing index", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add a test for below case?
redis> SET k1 v1
"OK"
redis> GEOPOS k1 v1
(error) WRONGTYPE Operation against a key holding the wrong kind of value
@lucifercr07, I have made the required changes. |
The PR aims to resolve issue #1249
Tasks