09:22:54 GMT Anyone used Netscaler instead of HAProxy for REDIS master + 2 slaves? 09:27:55 GMT Netscaler... only thing that brings to my mind was some obscure issue at customer using one :) 09:28:28 GMT something to do with Netscaler not passing SNI :) 09:28:49 GMT https://support.citrix.com/article/CTX125798 10:10:06 GMT Hi, we are looking out for redis clustering solutions. There are some basic needs we need like load balancing across multiple redis nodes, sharding of data, auto failover from slave to master 10:10:36 GMT We have spiked on codis, twemproxy. Wanted to know what is the go to solution for redis clustering with the above needs ? Thanks 10:53:09 GMT Hi, we are looking out for redis clustering solutions. There are some basic needs we need like load balancing across multiple redis nodes, sharding of data, auto failover from slave to master 10:53:20 GMT We have spiked on codis, twemproxy. Wanted to know what is the go to solution for redis clustering with the above needs ? Thanks 12:03:54 GMT rshetty: afaik the clustering logic is in the client when using redis cluster; no need for a proxy that does that 12:04:33 GMT minus: for redis-cluster, yes. But does redis-cluster provides all of the capabilities mentioned above ? 12:04:51 GMT afaik yes 12:04:52 GMT We were also spiking some proxy solutions which implement redis protocol 12:05:22 GMT https://redis.io/topics/cluster-spec 12:05:46 GMT minus: Thanks let me check that