From 5af2a01dbef356ba683252405d01069d9377d9f5 Mon Sep 17 00:00:00 2001 From: Helen Tseng Date: Wed, 27 Nov 2024 22:27:28 +0800 Subject: [PATCH] remove redundant redis config Signed-off-by: Helen Tseng --- docs/components/store.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/components/store.md b/docs/components/store.md index 3425000146..dfab1855cc 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -467,10 +467,6 @@ Here is an example of what effect client-side caching could have: 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.