Results 8 issues of kukey

support mac os develop

fix error info with readLong()

Sentinel send slaveof comamnd wrapped with mutli/exec when master/slave switch. If split aof, new aof file will filled the exec command without opinfo.

implents #652

problem: In some cases, we need to view real-time requests, but twemproxy don`t support it! Solution: Provide monitor command like redis monitor command and return. I have implemented the redis...

Problem: Sometimes we need to check what response was slowly, but tweproxy now only support log(every request), it`s very inconvenient. Solution: Provide slowlog command like redis slowlog command and return....

During the process of executing the command, we will call the dictFind function at least twice to find the current key, once for lookupkey and once for dbset. If the...

when we use sentinel manage a large cluster, the fd may overflow; then the clients that cfd greater than the aeEvent size, lead to these clients leak. Because in createCleint(),...