RedisDatabase.zremRangeByRank

Removes all elements in the sorted set stored at key with rank between start and stop.

struct RedisDatabase
long
zremRangeByRank
(
string key
,
long start
,
long stop
)

Meta