DelCommand: Contents
  DEL _key_
    Return value
    See also

DelCommand

DEL _key_

Time complexity: O(1)
Remove the specified key. If the key does not existno operation is performed. The command always returns success.

Return value

Integer reply, specifically:

1 if the key was removed
0 if the key does not exist

See also