Unverified Commit 27afedf3 authored by Adam Finzel's avatar Adam Finzel Committed by GitHub

typo and reference to wrong parameter (I think) (#1366)

parent e3b880b5
......@@ -5,7 +5,7 @@ Similarly, verify you are not getting CPU bound on client or on the server box w
Are you experiencing "thread theft" of the reader?
---------------
The parameter “`qs`” in the error message tells you the state of the reader; if this is frquently reporting `CompletePendingMessage*`,
The parameter “`rs`” in the error message tells you the state of the reader; if this is frequently reporting `CompletePendingMessage*`,
it is possible that the reader loop has been hijacked; see [Thread Theft](ThreadTheft) for specific guidance.
Are there commands taking a long time to process on the redis-server?
......
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