kevy
首页
文档
命令
EN
中文
日本語
kevy
/
全部命令
LREM
Remove elements equal to the given value from a list.
语法
LREM key count element
分组
list
参数个数
4
起始版本
1.0.0
标志
write
复杂度
O(N*R) worst case — the scan is O(N) but each removal shifts up to half the deque (Redis is O(N+R))
Redis 兼容性
full
← 全部命令