LATENCY GRAPH implemented.

This commit is contained in:
antirez
2014-07-02 16:31:22 +02:00
parent 6f20482a86
commit aa16f87b87
4 changed files with 66 additions and 6 deletions

View File

@ -599,8 +599,9 @@ static int cliSendCommand(int argc, char **argv, int repeat) {
(!strcasecmp(argv[1],"nodes") ||
!strcasecmp(argv[1],"info"))) ||
(argc == 2 && !strcasecmp(command,"client") &&
!strcasecmp(argv[1],"list")))
!strcasecmp(argv[1],"list")) ||
(argc == 3 && !strcasecmp(command,"latency") &&
!strcasecmp(argv[1],"graph")))
{
output_raw = 1;
}