DEL key [key ...]

Removes the specified keys. A key is ignored if it does not exist.

@return

@integer-reply: The number of keys that were removed.

@examples

redis> SET key1 "Hello"
TBD
redis> SET key2 "World"
TBD
redis> DEL key1 key2 key3