What Valkey's new primitives tell us about the tools we need (from Valkey Blog)
Valkey is protocol-compatible with Redis and supports the full Redis 7.2.4 command API. That's one of its greatest strengths - existing clients are largely compatible, the learning curve is not steep. It's also, quietly, a problem for tooling.
Because compatibility means every tool built before Valkey existed technically "works" with it - tools that haven't been updated to take advantage [...]