01:32:27 GMT Hi all, so I just followed the redis.io guide o install, wget, then 'make'. It ran without an error. However, 'redis-server' tells me 'command not found' 01:34:25 GMT I don't want to make a mess of it. How can I undo that install? I realise its simpler to install via brew 01:34:42 GMT Like, uninstall redis's `make` command 01:42:53 GMT Anyone? 02:47:36 GMT did you do a make install? 02:53:10 GMT hi guys 02:53:41 GMT anyone experienced redis server hold clients connection, while the client already killed? 09:17:45 GMT Hi everybody, I am investigating an issue with the HHVM PHP client for Redis (https://github.com/facebook/hhvm/issues/7757), that seems to be related to sending QUIT after each command without waiting for the server's response 09:18:26 GMT other libraries seem to have solved the issue simply avoiding QUIT and just closing the TCP connection 09:19:03 GMT I checked the docs but I haven't found a clear reccomendation about when to use QUIT.. any suggestion? 17:48:19 GMT how may I tell a sentinel cluster to change the current master to one I specify?