From 9124d8c8eb72d17aa5425b2b9888c4c54355c2ba Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Thu, 11 Mar 2010 09:19:11 +0100 Subject: Fixed doc for setnx. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- cgit v1.2.3