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

← 全部命令