X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/RenameCommand.html diff --git a/doc/RenameCommand.html b/doc/RenameCommand.html deleted file mode 100644 index e5b681cb..00000000 --- a/doc/RenameCommand.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - -
- - - -
-
- -RenameCommand: Contents
  RENAME _oldkey_ _newkey_
    Return value -
- -

RenameCommand

- -
- -
- -
- #sidebar GenericCommandsSidebar

RENAME _oldkey_ _newkey_

-Time complexity: O(1)
Atomically renames the key oldkey to newkey. If the source anddestination name are the same an error is returned. If newkeyalready exists it is overwritten.
-

Return value

Status code repy - -
- -
-
- - -