bob icon indicating copy to clipboard operation
bob copied to clipboard

A full-fledged crate with Bob's client on Rust

Open ikopylov opened this issue 3 years ago • 0 comments

Current Bob client on Rust is simple and not distributed as a separate crate on crates.io. We need to implement something close by features to our .NET client (https://github.com/qoollo/bob-client-net) on Rust:

  1. Node client possibly with generic keys
  2. Cluster client with load balancing between nodes and with request retries on errors
  3. Cluster builder
  4. Full connection strings support

ikopylov avatar Jun 21 '22 21:06 ikopylov