RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
994 stars 129 forks source link

Unix socket documented in proxy.conf #15

Closed ShooterIT closed 4 years ago

ShooterIT commented 4 years ago

In README.md, we should set --port to 0 exactly if we disable tcp connections.

I think we should support to config unixsocket options in proxy.conf as expected, so config.unixsocket needs be copied from argv[++i] because argv will be freed when finish parsing proxy.conf.