Search before asking
Motivation
From a design perspective, Kvrocks should maintain full backward compatibility with Redis. For commands that exist in Redis, Kvrocks needs to have consistent external behavior
However, during testing, I discovered that the TDIGEST.MERGE command has a compatibility issue, refer to: #3410
Even the smartest and most technically capable people make mistakes.
Therefore, we should integrate compatibility testing into CI to verify the behavior of Redis and Kvrocks for the same Redis commands, and continuously enrich the test suite.
Solution
Establish compatibility testing in CI and continuously enrich the test suite.
Are you willing to submit a PR?
Search before asking
Motivation
From a design perspective, Kvrocks should maintain full backward compatibility with Redis. For commands that exist in Redis, Kvrocks needs to have consistent external behavior
However, during testing, I discovered that the TDIGEST.MERGE command has a compatibility issue, refer to: #3410
Even the smartest and most technically capable people make mistakes.
Therefore, we should integrate compatibility testing into CI to verify the behavior of Redis and Kvrocks for the same Redis commands, and continuously enrich the test suite.
Solution
Establish compatibility testing in CI and continuously enrich the test suite.
Are you willing to submit a PR?