RedisLabs / redis-cluster-proxy

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

Fix unix socket fd bug and make logs more correct #42

Closed ShooterIT closed 4 years ago

ShooterIT commented 4 years ago

The last fd of fds[BINDADDR_MAX] in redisClusterProxy is reserved for unix socket, so we need one more. And other modifications make logs more correct.

artix75 commented 4 years ago

@ShooterIT Merged, thanks