X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..cc2750670f1cb2fafde3e7d1a340f6674dab1749:/doc/MoveCommand.html diff --git a/doc/MoveCommand.html b/doc/MoveCommand.html index f3252f84..3bab67d0 100644 --- a/doc/MoveCommand.html +++ b/doc/MoveCommand.html @@ -16,7 +16,7 @@
Move the specified key from the currently selected DB to the specifieddestination DB. Note that this command returns 1 only if the key wassuccessfully moved, and 0 if the target key was already there or if thesource key was not found at all, so it is possible to use MOVE as a lockingprimitive.-
+1 if the key was moved 0 if the key was not moved because already present on the target DB or was not found in the current DB. --3 if the destination DB is the same as the source DB --4 if the database index if out of range+ +See also
-