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:
authorsy-records <52o@qq52o.cn>2022-03-30 07:38:35 +0300
committersy-records <52o@qq52o.cn>2022-03-30 07:38:35 +0300
commit5db855617da027d233e700ca588cd3a20e78ca22 (patch)
treeeec861e472bc9600ce67ba31ceefc261abe60648 /redis_sentinel.stub.php
parent8e3c6aa1fea4e8d67f9cedda448d99b0665d4219 (diff)
Fix missing auth in RedisSentinel stub
Diffstat (limited to 'redis_sentinel.stub.php')
-rw-r--r--redis_sentinel.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_sentinel.stub.php b/redis_sentinel.stub.php
index 20f80755..58df4838 100644
--- a/redis_sentinel.stub.php
+++ b/redis_sentinel.stub.php
@@ -7,7 +7,7 @@
class RedisSentinel {
- public function __construct(string $host, int $port = 26379, float $timeout = 0, mixed $persistent = NULL, int $retry_interval = 0, float $read_timeout = 0);
+ public function __construct(string $host, int $port = 26379, float $timeout = 0, mixed $persistent = NULL, int $retry_interval = 0, float $read_timeout = 0, mixed $auth = NULL);
/** @return bool|RedisSentinel */
public function ckquorum(string $master);