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
← すべてのコマンド