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.favrefelix@gmail.com>2010-09-17 12:06:42 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-09-17 12:06:42 +0400
commite4adc956ad3aae8f67d49bb44f911f1cea567f9c (patch)
treebda7bb7588940db5793b4f0838fb67b9d6ff2895 /README.markdown
parent02882154a98eb1db91ad052623681551149afd1e (diff)
Added array of patterns to 'get' option in SORT().
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 0aa273b5..67e6849d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1110,7 +1110,7 @@ $redis->flushAll();
<pre>
'by' => 'some_pattern_*',
'limit' => array(0, 1),
- 'get' => 'some_other_pattern_*',
+ 'get' => 'some_other_pattern_*' or an array of patterns,
'sort' => 'asc' or 'desc',
'alpha' => TRUE,
'store' => 'external-key'