10:42:25 GMT Hi 10:42:45 GMT Does redis-cluster support resharding of data when a new node is added to cluster ? 10:43:51 GMT Currently we are spiking on various redis cluster alternatives like Codis, https://github.com/CodisLabs/codis, If someone has used this, plz help share your experiences using it. Thanks 10:56:20 GMT rshetty: you can reshard, yes 10:56:53 GMT @badboy_: Cool thanks 10:57:43 GMT Codis documentation says that redis-cluster does not support pipelining and multi-key operations 10:57:46 GMT Is it still the case ? 10:58:31 GMT pipelining is still supported if you can ensure that the keys you are accesing are on the same node (well, even if not pipelining itself works, you will just get back a MOVED reply) 10:58:46 GMT multi-key works if all keys are in the same slot 11:50:52 GMT Has anyone here used Codis in production ? https://github.com/CodisLabs/codis 11:51:01 GMT If yes can someone help share their experiences ? 13:47:20 GMT Is it still the case ? 14:07:42 GMT If yes can someone help share their experiences ? 17:23:33 GMT Hi. Is there a redis web UI that lets you inspect data that I can run through Docker that isn't Redis Commander? 17:23:39 GMT It has trouble being configured. 17:24:46 GMT nvm 22:28:13 GMT @zpojqwfejwfhiunz I've figured out the issue with the dropped clients we where talking about 22:29:05 GMT when vmware failed over the virtual switch 22:29:20 GMT it resulted in the redis connections being half-closed 22:30:38 GMT as redigo doesn't have any check connections the go daemon is blissfully unaware of the failure