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-04-22 18:42:00 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-04-22 18:42:00 +0400
commit2620e106d3e10c74707ebc508c6525507b0c030c (patch)
tree33080b8e558527667a9ad3b57a132fa59e57385c /README.markdown
parent8017bf7cbbeb85bf38be8b2f242f815ef46a5de3 (diff)
ZRANGE now takes integers + fix for INCR changes.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index c16c3d33..d27ff99f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1162,8 +1162,8 @@ Returns a range of elements from the ordered set stored at the specified key, wi
-1 the last element, -2 the penultimate ...
##### *Parameters*
*key*
-*start*
-*end*
+*start*: long
+*end*: long
##### *Return value*
*Array* containing the values in specified range.