Skip to content

v0.29.0

Choose a tag to compare

@KIvanow KIvanow released this 20 Jul 12:02
056e5e9

Migration now works with KeyDB and Redis <7 sources.

Fixes

  • KeyDB → Valkey (and any Redis <7) migration analysis no longer fails with ERR syntax error. The analysis probed the source with a single multi-section INFO call, which is a Redis 7.0+ / Valkey-only feature - KeyDB and Redis 6.x reject it outright. The monitor now issues one INFO per section (universal across every Redis/Valkey/KeyDB version), so migration analysis runs cleanly against KeyDB, Redis 6, and other forks. The fix is in the shared database adapter, so it benefits any feature that inspects a KeyDB/Redis-6 source — not just migration.

⬆ Upgrade notes

  • Fully backwards compatible, no config changes. Single-section and full-INFO calls are unchanged; only multi-section requests changed (identical parsed output on Valkey/Redis 7, and now also working on older servers). Hot metric-polling paths are untouched.
  • Docker: betterdb/monitor:0.29.0

Full Changelog: v0.28.0...v0.29.0