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>2019-06-12 12:20:38 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-06-12 12:20:38 +0300
commit4852a5106a10d52dee8b570a9736aa37cf606661 (patch)
tree3c024e4a42dbe240e5b7dad4bf7b3cb38992aa31 /library.h
parent1226303d515472ae2bcc9a3991ee4f4d2a808d09 (diff)
xInfo response format
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.h b/library.h
index 16204295..4f363991 100644
--- a/library.h
+++ b/library.h
@@ -78,6 +78,8 @@ PHP_REDIS_API int redis_xread_reply(INTERNAL_FUNCTION_PARAMETERS,
RedisSock *redis_sock, zval *z_tab, void *ctx);
PHP_REDIS_API int redis_xclaim_reply(INTERNAL_FUNCTION_PARAMETERS,
RedisSock *redis_sock, zval *z_tab, void *ctx);
+PHP_REDIS_API int redis_xinfo_reply(INTERNAL_FUNCTION_PARAMETERS,
+ RedisSock *redis_sock, zval *z_tab, void *ctx);
PHP_REDIS_API int redis_subscribe_response(INTERNAL_FUNCTION_PARAMETERS,
RedisSock *redis_sock, zval *z_tab, void *ctx);