mirror of
https://github.com/fluencelabs/redis
synced 2025-05-03 14:32:14 +00:00
redis-cli.c typo: Requets -> Requests.
Signed-off-by: Bo Cai <charpty@gmail.com>
This commit is contained in:
parent
76aab08f1f
commit
a75f2025f2
@ -2452,7 +2452,7 @@ static void statMode(void) {
|
|||||||
sprintf(buf,"%ld",aux);
|
sprintf(buf,"%ld",aux);
|
||||||
printf("%-8s",buf);
|
printf("%-8s",buf);
|
||||||
|
|
||||||
/* Requets */
|
/* Requests */
|
||||||
aux = getLongInfoField(reply->str,"total_commands_processed");
|
aux = getLongInfoField(reply->str,"total_commands_processed");
|
||||||
sprintf(buf,"%ld (+%ld)",aux,requests == 0 ? 0 : aux-requests);
|
sprintf(buf,"%ld (+%ld)",aux,requests == 0 ? 0 : aux-requests);
|
||||||
printf("%-19s",buf);
|
printf("%-19s",buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user