@valkey/valkey-glide
    Preparing search index...

    Interface GeoCircleShape

    Circle search shape defined by the radius value and measurement unit.

    interface GeoCircleShape {
        radius: number;
        unit: GeoUnit;
    }
    Index

    Properties

    Properties

    radius: number

    The radius to search by.

    unit: GeoUnit

    The measurement unit of the radius.