Skip to content

Commit

Permalink
Documentation: Update Timeouts.md to include new Timers info in the l…
Browse files Browse the repository at this point in the history
…og (#2568)

With this change #2500 active Timers count is now part of the log
  • Loading branch information
rifhanakram authored Oct 30, 2023
1 parent 4a13caf commit 8f7e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ By default Redis Timeout exception(s) includes useful information, which can hel
|mgr | 8 of 10 available|Redis Internal Dedicated Thread Pool State|
|IOCP | IOCP: (Busy=0,Free=500,Min=248,Max=500)| Runtime Global Thread Pool IO Threads. |
|WORKER | WORKER: (Busy=170,Free=330,Min=248,Max=500)| Runtime Global Thread Pool Worker Threads.|
|POOL | POOL: (Threads=8,QueuedItems=0,CompletedItems=42)| Thread Pool Work Item Stats.|
|POOL | POOL: (Threads=8,QueuedItems=0,CompletedItems=42,Timers=10)| Thread Pool Work Item Stats.|
|v | Redis Version: version |The `StackExchange.Redis` version you are currently using in your application.|
|active | Message-Current: {string} |Included in exception message when `IncludeDetailInExceptions=True` on multiplexer|
|next | Message-Next: {string} |When `IncludeDetailInExceptions=True` on multiplexer, it might include command and key, otherwise only command.|
Expand Down

0 comments on commit 8f7e040

Please sign in to comment.