Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f389aed5..32be01c3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -91,7 +91,7 @@ $redis->set('key', 'value')
## setnx
##### Description
-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.
##### Parameters
*key*