Add pass-thru'd ping command to doc block.
This commit is contained in:
parent
e9f9b7a968
commit
fb7d63a27c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue