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 13:50:50 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-06-12 13:50:50 +0300
commitac9dca0a925de9cd87268c1e4629893cc436e50c (patch)
tree1694310f98a5d10b680b369abb601ff0fba3b65b /library.h
parent4852a5106a10d52dee8b570a9736aa37cf606661 (diff)
Fix xInfo ro RedisCluster
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 4f363991..c60e4a69 100644
--- a/library.h
+++ b/library.h
@@ -109,6 +109,8 @@ PHP_REDIS_API int
redis_read_stream_messages_multi(RedisSock *redis_sock, int count, zval *z_ret TSRMLS_DC);
PHP_REDIS_API int
redis_read_xclaim_response(RedisSock *redis_sock, int count, zval *rv TSRMLS_DC);
+PHP_REDIS_API int
+redis_read_xinfo_response(RedisSock *redis_sock, zval *z_ret, int elements TSRMLS_DC);
/*
* Variant Read methods, mostly to implement eval