Skip to content

v1.1.1

Choose a tag to compare

@ikenchina ikenchina released this 23 Apr 07:31

redis-GunYu v1.1.1

v1.1.1 is a patch release focused on reliability and release validation improvements on top of v1.1.0.

Highlights

  • Added Redis reply error checking for single replies, batched replies, and transaction replies
  • Improved failure detection in MULTI/EXEC replay paths
  • Refactored and strengthened Redis role detection for both standalone and cluster deployments
  • Added broader workload coverage, including bulk dataset validation
  • Added bisync regression coverage for the etcd control plane

Included Commits

  • 89cbd9c feat(redis): add reply error checking and bulk dataset testing (#105)
  • 0f7db05 refactor(redis): extract role parsing logic and improve role detection (#107)