From f89e941a8891ede511b1bac80fd13d0af4d58a71 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 18 Feb 2019 20:00:08 -0800 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3