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

[NEW] Request for polygon search for geospatial query #1435

Open
bcgx opened this issue Dec 13, 2024 · 0 comments
Open

[NEW] Request for polygon search for geospatial query #1435

bcgx opened this issue Dec 13, 2024 · 0 comments

Comments

@bcgx
Copy link

bcgx commented Dec 13, 2024

The problem/use-case that the feature addresses

Currently, polygon searches for geospatial query supported by existing Redis are not available.

To perform a polygon search, as I understand it, you would need to receive multiple latitude and longitude coordinates to define the boundary, and then search for desired objects such as taxi, convenience stores, parking lots, etc. within that boundary.

We have confirmed that while MemoryDB for Valkey supports FT.SEARCH, it does not support polygon searches. (GEO, GEOSHAPE)

We have confirmed that vector search(eg.FT.search) and radius search(geoadd, geosearch) is available but it couldn't fulfill customer's requirement.

Description of the feature

Valkey would allow polygon search in native feature

Alternatives you've considered

Using Redis cloud

Additional information

Any additional information that is relevant to the feature request.

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

No branches or pull requests

1 participant