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:
authorNicolas Favre-Felix <n.favre-felix@owlient.eu>2010-03-11 11:19:11 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2010-03-11 11:19:11 +0300
commit9124d8c8eb72d17aa5425b2b9888c4c54355c2ba (patch)
treeb4fc03d4576729ad83d3ab36466627dd6baddcde
parentb76474c35ec223fdd7cf128725edc505b00fd5c0 (diff)
Fixed doc for setnx.1.2.0
-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*