mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Merge pull request #4167 from charpty/wip-redisclic-typo2
redis-cli.c typo: Requets -> Requests.
This commit is contained in:
commit
26826329f5
@ -2453,7 +2453,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