Hello,
the attached patch adds support for configuring redis servers using unix domain sockets instead of IP address and port.
I updated the doc too.
Now redis server can be configured like this:
modparam("ndb_redis", "server", "name=srvY;unix=/tmp/redis.sock;db=3");
If both unix and addr parameters are provided, then unix one has precedence, and only unix domain socket is configured.
Regards, Vicente.
Hello,
Thank you for the patch, once the development will be unfrozen, it will be committed.
Cheers, Daniel
On May 21, 2012, at 1:50 PM, Vicente Hernando vhernando@systemonenoc.com wrote:
Hello,
the attached patch adds support for configuring redis servers using unix domain sockets instead of IP address and port.
I updated the doc too.
Now redis server can be configured like this:
modparam("ndb_redis", "server", "name=srvY;unix=/tmp/redis.sock;db=3");
If both unix and addr parameters are provided, then unix one has precedence, and only unix domain socket is configured.
Regards, Vicente. <ndb_redis_unix_socket.patch> _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev