mirror of
https://github.com/fluencelabs/redis
synced 2025-04-14 05:06:04 +00:00
Fix typo in LATENCY DOCTOR output.
This commit is contained in:
parent
3bf72d0d5f
commit
6382936ebc
@ -368,7 +368,7 @@ sds createLatencyReport(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (advise_slowlog_inspect) {
|
if (advise_slowlog_inspect) {
|
||||||
report = sdscat(report,"- Check your Slow Log to understand what are the commads you are running which are too slow to execute. Please check http://redis.io/commands/slowlog for more information.\n");
|
report = sdscat(report,"- Check your Slow Log to understand what are the commands you are running which are too slow to execute. Please check http://redis.io/commands/slowlog for more information.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Intrinsic latency. */
|
/* Intrinsic latency. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user