Redis实现文章访问量的排序

使用zset集合,命令如下

ZRANGE salary 0 -1 WITHSCORES        # 递增排列

 

ZREVRANGE salary 0 -1 WITHSCORES     # 递减排列

自定义一个数值区间排序

zrevrangebyscroe [set] [max] [min]

posted @ 2020-03-18 17:08  执笔coding  阅读(613)  评论(0编辑  收藏  举报