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

Redis 6.2+ geo indexes #776

Open
jdesboeufs opened this issue Apr 9, 2023 · 0 comments
Open

Redis 6.2+ geo indexes #776

jdesboeufs opened this issue Apr 9, 2023 · 0 comments

Comments

@jdesboeufs
Copy link
Member

Since its version 3.0 Redis has built-in geo indexes based on geohashes (like addok).
This feature has been refined in version 6.2 with new command GEOSEARCH.

Currently addok relies on a specific and Python geohash implementation.

It is probably time to consider using GEOSEARCH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant