DelCommand: Contents
    Return value
    See also

DelCommand

= DEL key1 key2 ... keyN = Time complexity: O(1)
Remove the specified keys. If a given key does not existno operation is performed for this key. The commnad returns the number ofkeys removed.

Return value

Integer reply, specifically:

an integer greater than 0 if one or more keys were removed
0 if none of the specified key existed

See also