I had a need to connect the slave to the master that is already running on Unix socket. Is it possible to implement it without going to tсp/ip?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
I'm also interested. I see that the discussion has mostly been about a (small to nonexistent) perfomance gain. My motivation for the request is security.
Using a unix socket I can manage access rules to the server using file system permissions. With a current replication option I have to open a TCP socket for the slave connection, and there is no simple way to restrict local processes connecting the server. I can restrict access using firewall with rules that applies to certain users only, but unix sockets would be a cleaner approach.
Thanks for you interest,
Toni Ylenius
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.