You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 redis servers + sentinel and I thought on put twemproxy over for load balancing and HA somehow.
I understand that auto_eject_host directive is used to remove a server from the pool when is failing but this is not the case, when I put down one of Redis servers twemproxy still trying to query on it and I got "(error) ERR Connection refused"
Honestly I'm not sure if I set something wrong of if I misunderstand the behavior of the tool.
Thanks in advance
I have 3 redis servers + sentinel and I thought on put twemproxy over for load balancing and HA somehow.
I understand that auto_eject_host directive is used to remove a server from the pool when is failing but this is not the case, when I put down one of Redis servers twemproxy still trying to query on it and I got "(error) ERR Connection refused"
Honestly I'm not sure if I set something wrong of if I misunderstand the behavior of the tool.
Thanks in advance
This is my config:
redis1:
listen: 0.0.0.0:6379
redis: true
hash: fnv1a_64
distribution: ketama
auto_eject_hosts: true
timeout: 400
server_retry_timeout: 2000
server_failure_limit: 1
preconnect: true
servers:
The text was updated successfully, but these errors were encountered: