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

    Enumeration UpdateByScore

    Options for updating elements of a sorted set key.

    Index

    Enumeration Members

    Enumeration Members

    GREATER_THAN: "GT"

    Only update existing elements if the new score is greater than the current score.

    LESS_THAN: "LT"

    Only update existing elements if the new score is less than the current score.