17:11:53 GMT what todo after make on debian, were to put .o files? 17:13:21 GMT nowhere 17:13:30 GMT make will have built the redis and redis-cli binaries from those .o files for you 17:14:42 GMT mmh: bash: redis: command not found 17:15:08 GMT do i need to install if i use node_redis? 17:23:57 GMT lol sudo make install solved 22:10:35 GMT Hi there, has anyone experienced with sentinel, pubsub (subscription specifically) and failover mechanism? 22:11:41 GMT Not sure if a client has the ability to send read commands (SUBSCRIBE) to different slaves or it's determined once on connect. 22:41:31 GMT I'm wondering if a client is bound to slave... 22:42:12 GMT So all read commands will go to that slave while the write commands will go to master.