DEL

redis and generic | Mar 9, 2016 • Ding Jiao

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

@return

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

@examples

SET key1 "Hello"
SET key2 "World"
DEL key1 key2 key3