Skip to content

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

@bcgx

Description

@bcgx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    client-changes-neededClient changes may be required for this feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions