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

← すべてのコマンド