trxcllnt opened a new issue, #6758: URL: https://github.com/apache/opendal/issues/6758
### Feature Description The Redis and Memcached services pool connections via `bb8::Pool` with the default options, including `max_size: 10`. This size can be limiting in high-concurrency scenarios, so users should be able to increase the it as desired. ### Problem and Solution Add `connection_pool_max_size` options to `RedisBuilder` and `MemcachedBuilder` and plumb them through to the underlying connection pool configuration. ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [ ] Yes, I am willing to contribute to the development of this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
