summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/move.md
diff options
context:
space:
mode:
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.