X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..d07ffa178d913a6c5a82f822a4c5b55535bcfda3:/doc/DelCommand.html diff --git a/doc/DelCommand.html b/doc/DelCommand.html index 4867af9b..3d709696 100644 --- a/doc/DelCommand.html +++ b/doc/DelCommand.html @@ -16,7 +16,7 @@
Remove the specified key. If the key does not existno operation is performed. The command always returns success.+ = 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.
-1 if the key was removed -0 if the key does not exist +an integer greater than 0 if one or more keys were removed +0 if none of the specified key existed