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

    Interface ZAddOptions

    interface ZAddOptions {
        changed?: boolean;
        conditionalChange?: ConditionalChange;
        updateOptions?: UpdateByScore;
    }
    Index

    Properties

    changed?: boolean

    Modify the return value from the number of new elements added, to the total number of elements changed.

    conditionalChange?: ConditionalChange

    Options for handling existing members.

    updateOptions?: UpdateByScore

    Options for updating scores.