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

← 全部命令