3 Star 0 Fork 0

mirrors_gladiopeace/phpredis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
redis_sentinel.stub.php 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
/**
* @generate-function-entries
* @generate-legacy-arginfo
*/
class RedisSentinel {
public function __construct(string $host, int $port = 26379, float $timeout = 0, mixed $persistent = NULL, int $retry_interval = 0, float $read_timeout = 0);
/** @return bool|RedisSentinel */
public function ckquorum(string $master);
/** @return bool|RedisSentinel */
public function failover(string $master);
/** @return bool|RedisSentinel */
public function flushconfig();
/** @return array|bool|RedisSentinel */
public function getMasterAddrByName(string $master);
/** @return array|bool|RedisSentinel */
public function master(string $master);
/** @return array|bool|RedisSentinel */
public function masters();
public function myid(): string;
/** @return bool|RedisSentinel */
public function ping();
/** @return bool|RedisSentinel */
public function reset(string $pattern);
/** @return array|bool|RedisSentinel */
public function sentinels(string $master);
/** @return array|bool|RedisSentinel */
public function slaves(string $master);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gladiopeace/phpredis.git
git@gitee.com:mirrors_gladiopeace/phpredis.git
mirrors_gladiopeace
phpredis
phpredis
develop

搜索帮助