summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/mset.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/mset.md')
-rw-r--r--iredis/data/commands/mset.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/iredis/data/commands/mset.md b/iredis/data/commands/mset.md
index 9c17f86..f070d29 100644
--- a/iredis/data/commands/mset.md
+++ b/iredis/data/commands/mset.md
@@ -1,9 +1,10 @@
-Sets the given keys to their respective values. `MSET` replaces existing values
-with new values, just as regular `SET`. See `MSETNX` if you don't want to
-overwrite existing values.
+Sets the given keys to their respective values.
+`MSET` replaces existing values with new values, just as regular `SET`.
+See `MSETNX` if you don't want to overwrite existing values.
-`MSET` is atomic, so all given keys are set at once. It is not possible for
-clients to see that some of the keys were updated while others are unchanged.
+`MSET` is atomic, so all given keys are set at once.
+It is not possible for clients to see that some of the keys were updated while
+others are unchanged.
@return