kevy

ZREVRANGEBYSCORE

Return members with scores within the given bounds, highest first.

语法ZREVRANGEBYSCORE key max min [WITHSCORES] [LIMIT offset count]
分组zset
参数个数-4
起始版本1.0.0
标志readonly
复杂度O(log N + M) — a seeked forward walk of the M matches, then the result is reversed
Redis 兼容性full

← 全部命令