Unverified Commit 35fc7fda authored by Brad Dunbar's avatar Brad Dunbar Committed by GitHub
Browse files

Typo: timout -> timeout (#8228)

parent 59ff42c4
...@@ -2380,7 +2380,7 @@ void clientCommand(client *c) { ...@@ -2380,7 +2380,7 @@ void clientCommand(client *c) {
"LIST [options ...] -- Return information about client connections. Options:", "LIST [options ...] -- Return information about client connections. Options:",
" TYPE (normal|master|replica|pubsub) -- Return clients of specified type.", " TYPE (normal|master|replica|pubsub) -- Return clients of specified type.",
" ID id [id ...] -- Return clients of specified IDs only.", " 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.", "REPLY (on|off|skip) -- Control the replies sent to the current connection.",
"SETNAME <name> -- Assign the name <name> to the current connection.", "SETNAME <name> -- Assign the name <name> to the current connection.",
"UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client.", "UNBLOCK <clientid> [TIMEOUT|ERROR] -- Unblock the specified blocked client.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment