04:20:19 GMT Hi, does anybody konw how to get notified when a failover happens in a cluster? Log files are not nearly enough for a lot of clusters.. 04:23:08 GMT Periodically comparing `cluster node` seemes to be the only way to me.... 19:22:33 GMT For the python2-redis api, is there no way to execute somethings like ``` eval "return redis.call('set', 'name', 'value')" 0 ``` The execute_command gives me an error. 19:23:15 GMT I looked the the python2 redis source and it seemed that 'EVAL' wasn't defined under response_callbacks, which I think it should be (assuming I followed the code correctly 19:51:59 GMT strayArch: why not use StrictRedis.eval? 19:52:31 GMT .execute_command some some weird stuff when i try it 19:53:16 GMT minus, I actually figured it out. I was readin readthedocs, which points to an outdated fork. It wasn't too bad to figure out when I found the proper docs 19:55:23 GMT nvm, it works fine