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:
authormichael-grunder <michael.grunder@gmail.com>2019-02-19 07:00:08 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-02-19 07:00:08 +0300
commitf89e941a8891ede511b1bac80fd13d0af4d58a71 (patch)
treeee6aee700d778e48c4200d18035e0c698c2227b1 /.gitignore
parent46f035615ecaf839cfe515dac39f209d50689461 (diff)
Change ZPOP* return type and implement blocking variants
This commit updates ZPOPMIN/ZPOPMAX to return the same format that zRange WITHSCORES and zRangeByScore WITHSCORES does. In addition the blocking variants BZPOPMIN and BZPOPMAX are implemented.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f672fcee..965c5362 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ mkinstalldirs
run-tests.php
idea/*
.cquery
+tags