valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
268 stars 56 forks source link

Add "retries" configuration to all wrappers #2139

Open barshaul opened 3 months ago

barshaul commented 3 months ago

ATM we're configuring the retries only internal in glide-core but we don't expose this config to users

ikolomi commented 1 month ago

Duplicated by https://github.com/valkey-io/valkey-glide/issues/2331 ?