发布于 2015-06-22 09:08:59 | 84 次阅读 | 评论: 0 | 来源: 网络整理

Redis ZREMRANGEBYLEX命令删除有序集合存储在由最小和最大指定的字典范围之间的所有键元素。

返回值

返回整数,删除的元素数量。

语法

Redis ZREMRANGEBYLEX命令的基本语法如下所示:


redis 127.0.0.1:6379> ZREMRANGEBYLEX key min max

例子


redis 127.0.0.1:6379> ZADD myzset 0 a 1 b 2 c 3 d 4 e
(integer) 5
redis 127.0.0.1:6379> ZREMRANGEBYLEX myzset 0 -1
(integer) 1
redis 127.0.0.1:6379> ZRANGE myzset 0 -1 WITHSCORES
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务