-
Notifications
You must be signed in to change notification settings - Fork 968
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
implement GEORADIUS #1878
Comments
Hi @romange , I would like to give this a go. Were you thinking of implementing the georadius in its generic way like in redis? Or starting by something simple and making it generic in the future? |
Hey @yoelsherwin ! What do you mean by a generic way like in Redis? if you ask whether we must support all the options from the start then no, we do not need to. as long as your code brings us closer, you can choose the scope of your PR. |
I mean that in Redis, geoRadius (along with other commands) is basically just calling the |
I have not looked into the code. 1. we can not use |
basically an MVP which can gradually grow |
Yeah, I was aware that we need to reimplement it, just wasn't sure at what scope. Anyway, got the answer I was looking for :) Thanks! |
hi @romange , I started working on this but I won't be able to finish this soon due to personal reasons. Sorry. hope I could contribute again soon 🙏 |
Hi @yoelsherwin hope everything is all right and thanks again for your contributions! |
Hi @romange , |
Yes, we must have a single implementation and probably have GEORADIUS wrapping GEOSEARCH. |
see https://redis.io/commands/georadius/ for details
The text was updated successfully, but these errors were encountered: