Closed repat closed 10 years ago
If you use predis, the way to create the socket connection is
$redis = new Predis_Client(array( 'scheme' => 'unix', 'path' => $redis_server ));
I also included a switch for this: $sockets.
$sockets
Also, there was a typo, $reddis_server instead of $redis_server.
$reddis_server
$redis_server
Explained everything in README.md.
README.md
Thanks mate
If you use predis, the way to create the socket connection is
I also included a switch for this:
$sockets
.Also, there was a typo,
$reddis_server
instead of$redis_server
.Explained everything in
README.md
.