kevy

UNLINK

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

SyntaxUNLINK key [key ...]
Groupgeneric
Arity-2
Since1.0.0
Flagswrite
ComplexityO(N) keys, plus O(M) per collection-typed key — identical to DEL
Redis compatibilitydiffers: 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

← All commands