Redis Sscan 命令
Redis 教程
· 2019-03-07 19:42:32
Redis Sscan 命令用于迭代集合中键的元素。
语法
redis Sscan 命令基本语法如下:
SSCAN key cursor [MATCH pattern] [COUNT count]
可用版本
>= 1.0.0
返回值
数组列表。
实例
redis 127.0.0.1:6379> SADD myset1 "hello" (integer) 1 redis 127.0.0.1:6379> SADD myset1 "hi" (integer) 1 redis 127.0.0.1:6379> SADD myset1 "bar" (integer) 1 redis 127.0.0.1:6379> sscan myset1 0 match h* 1) "0" 2) 1) "hello" 2) "h1"
点击查看所有 Redis 教程 文章: https://codercto.com/courses/l/33.html
Letting Go of the Words
Janice (Ginny) Redish / Morgan Kaufmann / 2007-06-11 / USD 49.95
"Redish has done her homework and created a thorough overview of the issues in writing for the Web. Ironically, I must recommend that you read her every word so that you can find out why your customer......一起来看看 《Letting Go of the Words》 这本书的介绍吧!