A Typescript implementation of redis-sorted-set

Largely unchanged

Implements

Constructors

Properties

_head: Node = ...
_level: number = 1
_map: any
_tail: Node = ...
_unique: boolean = false
length: number = 0

Methods

  • Return the number of elements with a score between min and max scores. Inclusive.

    Parameters

    • Optional min: number

      the minimum score

    • Optional max: number

      the maximum score

    Returns number