Skip to content

Commit

Permalink
Resolved PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyage committed Aug 29, 2024
1 parent c35f4b9 commit 53846ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,10 @@ Here is the meaning of all fields in the **stats** section:
* `total_writes_processed`: Total number of write events processed
* `io_threaded_reads_processed`: Number of read events processed by the I/O threads.
* `io_threaded_writes_processed`: Number of write events processed by the I/O threads.
* `io_threaded_total_prefetch_batches`: Indicate how many prefetch batches were executed in order to prefetch keys before executing commands batch.
* `io_threaded_total_prefetch_batches`: Indicate how many prefetch batches were executed in order to prefetch keys before executing commands.
* `io_threaded_total_prefetch_entries`: The total number of dict entries that were prefetched. Each batch can contain multiple entries, the ratio entries/batches indicates how many entries were prefetched per batch on average.
* `io_threaded_poll_processed`: Total poll system calls performed by the I/O threads.
* `io_threaded_freed_objects`: The total number of objects freed that were offloaded to the I/O threads.
* `io_threaded_freed_objects`: The total number of objects freed by the I/O threads.
* `client_query_buffer_limit_disconnections`: Total number of disconnections due to client reaching query buffer limit
* `client_output_buffer_limit_disconnections`: Total number of disconnections due to client reaching output buffer limit
* `reply_buffer_shrinks`: Total number of output buffer shrinks
Expand Down
2 changes: 2 additions & 0 deletions wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ pre-loaded
pre-populated
pre-sharding
Predis
prefetch
prefetched
prepend
Prepend
preprocessing
Expand Down

0 comments on commit 53846ab

Please sign in to comment.