password is nullable string
This commit is contained in:
parent
3e45109024
commit
562e6328f8
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Redis
|
|||
*/
|
||||
private string $host;
|
||||
private int $port;
|
||||
private string $password;
|
||||
private ?string $password;
|
||||
private float $timeout;
|
||||
private \Redis $redis;
|
||||
private Logger $logger;
|
||||
|
|
|
|||
Loading…
Reference in a new issue