Browse Source
The second parameter to Redis::connect() is an int parameter. Passing null for it will trigger a PHP deprecation notice with PHP 8.1. The Redis::connect() documentation shows that a 0 is used for the port parameter in the examples with unix sockets where parameters beyond the second parameter are set.pull/8789/head

committed by
Aleksander Machniak

1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue