X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/570333015147ce01646ff61e50afc210a12408db..43f30ac0f9bcc4a7afb06136a8dfe5b703be7935:/doc/SetnxCommand.html diff --git a/doc/SetnxCommand.html b/doc/SetnxCommand.html index 15a6c0e2..ed4ee167 100644 --- a/doc/SetnxCommand.html +++ b/doc/SetnxCommand.html @@ -16,7 +16,7 @@
SETNX works exactly like SET with the only difference thatif the key already exists no operation is performed.SETNX actually means "SET if Not eXists".
1 if the key was set 0 if the key was not set -