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
254 stars 53 forks source link

Huge clusters (Polyglot) with many clients. #528

Open asafpamzn opened 1 year ago

asafpamzn commented 1 year ago

Test how GLIDE handles different workflows with Huge clusters with more than 100 nodes. We want to test the downtime and latency during:

  1. scaling workflows. (in/out/up/down)
  2. Failovers
  3. upgrades
  4. slot migration
asafpamzn commented 2 months ago

@alexey-temnikov , can you please update what is the status? Have you started this task?

acarbonetto commented 1 month ago

This is in the planning phase.

jonathanl-bq commented 2 weeks ago

The test plan is WIP and Andrew is finishing it. I'm helping with the JSON commands now.