* @param array $options = [
* 'host' => '127.0.0.1',
* 'port' => 6379,
* 'index' => 0,
* 'persistent' => false,
* 'auth' => '',
* 'socket' => '',
* 'defaultSerializer' => 'Php',
* 'lifetime' => 3600,
* 'serializer' => null,
* 'prefix' => ''
* ]
where config /tmp/redis.sock?
[
'host' => '/tmp/redis.sock',
'port' => null
]
Yes,it's work!
'port' => null √
I just try 'port' => 0
Yes,it's work!
'port' => null √
I just try 'port' => 0