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

    Interface GeoAddOptions

    Optional arguments for the GeoAdd command.

    See https://valkey.io/commands/geoadd/ for more details.

    interface GeoAddOptions {
        changed?: boolean;
        updateMode?: ConditionalChange;
    }
    Index

    Properties

    changed?: boolean

    If true, returns the count of changed elements instead of new elements added.

    updateMode?: ConditionalChange

    Options for handling existing members. See ConditionalChange.