戴尔
语法
DEL key [key ...]
- 从以下位置开始可用:
- 1.0.0
- 时间复杂度:
- O(N),其中 N 是将被删除的键数。当 remove 键包含字符串以外的值时,此键的单个复杂度为 O(M),其中 M 是列表、集合、排序集或哈希中的元素数。删除包含字符串值的单个键是 O(1)。
- ACL 类别:
-
@keyspace
,@write
,@slow
,
删除指定的键。 如果键不存在,则忽略该键。
例子
Give these commands a try in the interactive console:
RESP2/RESP3 Reply
Integer reply: the number of keys that were removed.