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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-04-15 09:26:10 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-04-15 18:49:46 +0300
commit28de62202e600725139e6cb2976a0f6d9547439f (patch)
treef28361e49ea14950ead6ab4a03dc8dc6db7d687e /common.h
parent6aa9c0899cab2210e9340bd710ee81db72d76d40 (diff)
[WIP] Issue #1894
Add IDLE argument to XPENDING command
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index e4808969..2ad7c708 100644
--- a/common.h
+++ b/common.h
@@ -680,6 +680,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_xpending, 0, 0, 2)
ZEND_ARG_INFO(0, str_end)
ZEND_ARG_INFO(0, i_count)
ZEND_ARG_INFO(0, str_consumer)
+ ZEND_ARG_INFO(0, idle)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xrange, 0, 0, 3)