eleme / corvus

A fast and lightweight Redis Cluster Proxy for Redis 3.0
MIT License
789 stars 143 forks source link

Fix: multiple key command dosen't have server, SIGSEGV on cmd_stats #77

Closed tdsparrow closed 8 years ago

tdsparrow commented 8 years ago

report slow log on each separate sub_cmd, still use latency of parent cmd latency in cmd_stats reflect time between receiving cmd from client till sending resp to client, it should apply to each sub_cmd.

wooparadog commented 8 years ago

But then we can't tell exactly which server is lagging behind in that big multi-key operation.