Sorted set top-N redis
Top 10 entries from a sorted set with scores
redis-cli ZREVRANGEBYSCORE leaderboard +inf -inf WITHSCORES LIMIT 0 10
more redis
all 32 commands →
Top 10 entries from a sorted set with scores
redis-cli ZREVRANGEBYSCORE leaderboard +inf -inf WITHSCORES LIMIT 0 10