DEL
DEL key [key ...]
@keyspace, @write, @slow, Removes the specified keys. A key is ignored if it does not exist.
Integer reply: The number of keys that were removed.
SET key1 "Hello" SET key2 "World" DEL key1 key2 key3
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/del/