To ensure high availability and broad compatibility, we need to expand our current Redis testing infrastructure. While the core logic is likely compatible with most Redis-protocol-compliant stores, explicit testing will prevent regressions and provide confidence for enterprise-grade deployments.
Requirements
- Valkey and KeyDB tests
- Integration tests for Distributed locks (mainly Redis sentinel
To ensure high availability and broad compatibility, we need to expand our current Redis testing infrastructure. While the core logic is likely compatible with most Redis-protocol-compliant stores, explicit testing will prevent regressions and provide confidence for enterprise-grade deployments.
Requirements