Add pass-thru'd ping command to doc block.

This commit is contained in:
Greyscale 2020-12-15 08:33:46 +01:00
parent e9f9b7a968
commit fb7d63a27c

View file

@ -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;