Can I use twemproxy as a load balancer for a pool of redis instances, according to size of redis queue (amount of keys per instance)? Is twemproxy able to turn off from the upstream one of the redis instances, if it reaches a preconfigured maximum amount of keys in it's database?
If so, how can I do that (I'm very new to redis and stuff, so I just possibly don't get this from documentation)?
Thanks in advance.