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:
authorRemi Collet <remi@remirepo.net>2020-09-14 17:51:32 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-08-26 09:52:40 +0300
commitedac508ef5fc0b397f445504c01593b44e001201 (patch)
tree0651b273adfa5dfe6e43d18fcb0c429895e850e1 /redis_sentinel.h
parented532e9afcfe3c14ff9f75a509fa1160aa1fbbcc (diff)
use stub/arginfo for RedisSentinel
Diffstat (limited to 'redis_sentinel.h')
-rw-r--r--redis_sentinel.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/redis_sentinel.h b/redis_sentinel.h
index b09ce0cf..a24c5c0b 100644
--- a/redis_sentinel.h
+++ b/redis_sentinel.h
@@ -5,17 +5,6 @@
#define PHP_REDIS_SENTINEL_VERSION "0.1"
-PHP_METHOD(RedisSentinel, __construct);
-PHP_METHOD(RedisSentinel, ckquorum);
-PHP_METHOD(RedisSentinel, failover);
-PHP_METHOD(RedisSentinel, flushconfig);
-PHP_METHOD(RedisSentinel, getMasterAddrByName);
-PHP_METHOD(RedisSentinel, master);
-PHP_METHOD(RedisSentinel, masters);
-PHP_METHOD(RedisSentinel, myid);
-PHP_METHOD(RedisSentinel, ping);
-PHP_METHOD(RedisSentinel, reset);
-PHP_METHOD(RedisSentinel, sentinels);
-PHP_METHOD(RedisSentinel, slaves);
+extern const zend_function_entry *redis_sentinel_get_methods(void);
#endif /* REDIS_SENTINEL_H */