Typo: timout -> timeout (#8228)

This commit is contained in:
Brad Dunbar 2020-12-24 03:42:52 -05:00 committed by GitHub
parent 59ff42c421
commit 35fc7fda7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2380,7 +2380,7 @@ void clientCommand(client *c) {
"LIST [options ...] -- Return information about client connections. Options:",
" TYPE (normal|master|replica|pubsub) -- Return clients of specified type.",
" ID id [id ...] -- Return clients of specified IDs only.",
"PAUSE <timeout> -- Suspend all Redis clients for <timout> milliseconds.",
"PAUSE <timeout> -- Suspend all Redis clients for <timeout> milliseconds.",
"REPLY (on|off|skip) -- Control the replies sent to the current connection.",
"SETNAME <name> -- Assign the name <name> to the current connection.",
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client.",