1 Star 0 Fork 0

Eleven/phpredis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
redis_sentinel.h 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef REDIS_SENTINEL_H
#define REDIS_SENTINEL_H
#include "sentinel_library.h"
#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, ping);
PHP_METHOD(RedisSentinel, reset);
PHP_METHOD(RedisSentinel, sentinels);
PHP_METHOD(RedisSentinel, slaves);
#endif /* REDIS_SENTINEL_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mo52/phpredis.git
git@gitee.com:mo52/phpredis.git
mo52
phpredis
phpredis
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385