ext-async icon indicating copy to clipboard operation
ext-async copied to clipboard

Connect to redis, using unix socket

Open de-paco opened this issue 5 years ago • 0 comments

I have a problem using $client->connect('unix:/var/run/redis/redis-server.sock') connect to redis server failed.

$errCode: 22 $errMsg: Invalid argument

Php back-end use this path to connect redis /var/run/redis/redis-server.sock and it successfully works

de-paco avatar Jul 16 '19 14:07 de-paco