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

    Type Alias SortedSetDataType

    SortedSetDataType: { element: GlideString; score: number }[]

    Data type which represents sorted sets data, including elements and their respective scores. Similar to Record<GlideString, number> - see GlideRecord.

    Type Declaration

    • element: GlideString

      The sorted set element name.

    • score: number

      The element score.