Add support to connect Redis via unix domain socket
-
phpredis extension has the support to connect to Redis via unix domain socket:
$redis->connect(‘/tmp/redis.sock’); // unix domain socket.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add support to connect Redis via unix domain socket’ is closed to new replies.