sreeix / redis-proxy

A Proxy for redis servers, for failover and standby handling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About connected_clients( "pool_size": 20 )

atrun opened this issue · comments

Master have connection after Redis-proxy run
> info:
role:master
connected_clients:22

but slave not have connection
> info:
role:slave
connected_clients:3

Please explain why didn't slave connected_clients( "pool_size": 20 )? What circumstance will create connections?

Thanks.

Just added.
https://github.com/sreeix/redis-proxy/wiki/Connection-Management

Basically we maintain pool to the master only, and not to the slaves.