X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/570333015147ce01646ff61e50afc210a12408db..43f30ac0f9bcc4a7afb06136a8dfe5b703be7935:/doc/MsetCommand.html?ds=sidebyside diff --git a/doc/MsetCommand.html b/doc/MsetCommand.html index 166f4ac3..5ef51c1c 100644 --- a/doc/MsetCommand.html +++ b/doc/MsetCommand.html @@ -16,7 +16,7 @@
Set the the rispective keys to the rispective values. MSET will replace oldvalues with new values, while MSETNX will not perform any operation at alleven if just a single key already exists.
Because of this semantic MSETNX can be used in order to set different keysrepresenting different fields of an unique logic object in a way thatensures that either all the fields or none at all are set.@@ -34,7 +34,8 @@
1 if the all the keys were set 0 if no key was set (at least one key already existed) -