kevy

DEL

Delete one or more keys.

SyntaxDEL key [key ...]
Groupgeneric
Arity-2
Since1.0.0
Flagswrite
ComplexityO(N) keys, plus O(M) per key holding a collection of M elements (the drop walks the container)
Redis compatibilitydiffers: the multi-key form is split by shard and summed with no barrier, so it is not atomic across shards; the single-key form is

← All commands