summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/move.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/move.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.tar.xz
iredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/data/commands/move.md')
-rw-r--r--iredis/data/commands/move.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/iredis/data/commands/move.md b/iredis/data/commands/move.md
index e007a18..ceb212c 100644
--- a/iredis/data/commands/move.md
+++ b/iredis/data/commands/move.md
@@ -1,11 +1,12 @@
Move `key` from the currently selected database (see `SELECT`) to the specified
-destination database. When `key` already exists in the destination database, or
-it does not exist in the source database, it does nothing. It is possible to use
-`MOVE` as a locking primitive because of this.
+destination database.
+When `key` already exists in the destination database, or it does not exist in
+the source database, it does nothing.
+It is possible to use `MOVE` as a locking primitive because of this.
@return
@integer-reply, specifically:
-- `1` if `key` was moved.
-- `0` if `key` was not moved.
+* `1` if `key` was moved.
+* `0` if `key` was not moved.