X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..c14753cea16cc963363b0d3002dc94b33c1f2075:/doc/RenamenxCommand.html diff --git a/doc/RenamenxCommand.html b/doc/RenamenxCommand.html index 232cb65d..e41d3dae 100644 --- a/doc/RenamenxCommand.html +++ b/doc/RenamenxCommand.html @@ -16,7 +16,7 @@
Rename oldkey into newkey but fails if the destination key newkey already exists.
1 if the key was renamed 0 if the target key already exist --1 if the source key does not exist --3 if source and destination keys are the same -