X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/DelCommand.html diff --git a/doc/DelCommand.html b/doc/DelCommand.html deleted file mode 100644 index 3a7ac69c..00000000 --- a/doc/DelCommand.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -
- - - -
-
- -DelCommand: Contents
  DEL _key1_ _key2_ ... _keyN_
    Return value -
- -

DelCommand

- -
- -
- -
- #sidebar GenericCommandsSidebar

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 command 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
-
-
- -
-
- - -