trxcllnt opened a new issue, #6760: URL: https://github.com/apache/opendal/issues/6760
### Feature Description To help optimize throughput, the Redis client should support reading from dedicated reader endpoints (or replicas in cluster mode), and only write to primary endpoints. ### Problem and Solution RedisBuilder should support an additional `reader_endpoints()` option, and `RedisClient` would need a separate `reader_client`/`reader_cluster_client` fields, then use those clients for `get()` operations. ### 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]
