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>2021-03-06 13:30:21 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-03-06 13:30:21 +0300
commitdcf4b83be33ecdde345ddfc70e5c0d481e3b7aac (patch)
treec355765ac5167ad42bdd92176f7d25aa55ce6bc7 /redis_sentinel.c
parent48d18fcedab884820250436e7734bd6d154c7d4f (diff)
TravisCI: sentinel tests
Diffstat (limited to 'redis_sentinel.c')
-rw-r--r--redis_sentinel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_sentinel.c b/redis_sentinel.c
index 6e125f52..e5148e99 100644
--- a/redis_sentinel.c
+++ b/redis_sentinel.c
@@ -140,7 +140,7 @@ PHP_METHOD(RedisSentinel, myid)
PHP_METHOD(RedisSentinel, ping)
{
- REDIS_PROCESS_KW_CMD("PING", redis_empty_cmd, redis_boolean_response);
+ REDIS_PROCESS_KW_CMD("ping", redis_empty_cmd, redis_boolean_response);
}
PHP_METHOD(RedisSentinel, reset)