From fb7d63a27cddcb996a8eb45376524d11e778e191 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 15 Dec 2020 08:33:46 +0100 Subject: [PATCH] Add pass-thru'd ping command to doc block. --- src/Redis/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Redis/Redis.php b/src/Redis/Redis.php index 6b8f07d..334133e 100644 --- a/src/Redis/Redis.php +++ b/src/Redis/Redis.php @@ -218,6 +218,7 @@ class Redis * @method xRevRange($stream, $end, $start, $count = null) * @method xTrim($stream, $maxLen, $isApproximate) * @method sAddArray($key, array $values) + * @method ping(string $string) */ private string $host; private int $port;