kevy

UNLINK

Delete one or more keys (alias of DEL in kevy's shard model).

構文UNLINK key [key ...]
グループgeneric
引数の数-2
導入バージョン1.0.0
フラグwrite
計算量O(N) keys, plus O(M) per collection-typed key — identical to DEL
Redis 互換性differs: UNLINK is an alias of DEL — the value is freed inline on the owning shard's reactor thread, not by a background thread, so it gives no latency benefit

← すべてのコマンド