Module sorted_set

Module sorted_set 

Source
Expand description

Command builders for Redis Sorted Set operations

Structsยง

ZAddCommand
Represents the ZADD command.
ZCardCommand
Represents the ZCARD command.
ZRangeCommand
Represents the ZRANGE command.
ZRankCommand
Represents the ZRANK command.
ZRemCommand
Represents the ZREM command.
ZRevRankCommand
Represents the ZREVRANK command.
ZScoreCommand
Represents the ZSCORE command.