Skip to content

Commit

Permalink
remove redundant redis config (#7942)
Browse files Browse the repository at this point in the history
Signed-off-by: Helen Tseng <[email protected]>
  • Loading branch information
bluesky6529 authored Nov 28, 2024
1 parent e4d8234 commit e133849
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,6 @@ Here is an example of what effect client-side caching could have:

<img src="../img/rueidis-client-side.png" class="img-fluid" alt="Example of client-side in action - reduced network usage by a lot"/>

- `pool_size`: maximum number of socket connections.
- `min_idle_conns`: specifies the minimum number of idle connections which is useful when establishing new connection is slow.
- `idle_timeout`: amount of time after which client closes idle connections. Should be less than server's timeout.
- `max_conn_age`: connection age at which client retires (closes) the connection.
- `max_get_multi_concurrency`: specifies the maximum number of concurrent GetMulti() operations.
- `get_multi_batch_size`: specifies the maximum size per batch for mget.
- `max_set_multi_concurrency`: specifies the maximum number of concurrent SetMulti() operations.
Expand Down

0 comments on commit e133849

Please sign in to comment.