We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76474c commit 9124d8cCopy full SHA for 9124d8c
README.markdown
@@ -91,7 +91,7 @@ $redis->set('key', 'value')
91
92
## setnx
93
##### Description
94
-Set the string value in argument as value of the key if the target key already exists.
+Set the string value in argument as value of the key if the key doesn't already exist in the database.
95
96
##### Parameters
97
*key*
0 commit comments