kevy

DEL

Delete one or more keys.

语法DEL key [key ...]
分组generic
参数个数-2
起始版本1.0.0
标志write
复杂度O(N) keys, plus O(M) per key holding a collection of M elements (the drop walks the container)
Redis 兼容性differs: 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

← 全部命令