X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/163f4b8cb25ca46c1482bb6b4ca9c4c9d0f15dd4..63b7b7fb34984b47971a4ced65ae49b6c7a350fa:/doc/DelCommand.html diff --git a/doc/DelCommand.html b/doc/DelCommand.html index 8d063ce7..3a7ac69c 100644 --- a/doc/DelCommand.html +++ b/doc/DelCommand.html @@ -27,12 +27,11 @@
Remove the specified keys. If a given key does not existno operation is performed for this key. The commnad returns the number ofkeys removed.+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.
an integer greater than 0 if one or more keys were removed 0 if none of the specified key existed-