Redis Zscan 命令
Redis 教程
· 2019-03-08 06:41:46
Redis Zscan 命令用于迭代有序集合中的元素(包括元素成员和元素分值)
语法
redis Zscan 命令基本语法如下:
redis 127.0.0.1:6379> ZSCAN key cursor [MATCH pattern] [COUNT count]
可用版本
>= 2.8.0
返回值
返回的每个元素都是一个有序集合元素,一个有序集合元素由一个成员(member)和一个分值(score)组成。
点击查看所有 Redis 教程 文章: https://www.codercto.com/courses/l/33.html
Algorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!