This release marks a significant step forward in Redis compatibility: the new redis-databases option closes the gap of SELECT command between Kvrocks and Redis. Applications that rely on Redis's multi-database model can now migrate to Kvrocks without any code changes.
Beyond that, this release expands TimeSeries and TDigest command coverage and tightens replication reliability — all while upgrading the C++ standard to C++20 and RocksDB to v10.10.1.
Highlights:
- Support SELECT database — Kvrocks can now emulate Redis's multi-database model, unblocking migrations from Redis deployments that use
SELECTto switch between logical databases - New TimeSeries commands — TS.MREVRANGE, TS.QUERYINDEX, and TS.ALTER round out the time-series API surface for analytics-heavy workloads
- New TDigest commands — TDIGEST.RANK, TDIGEST.REVRANK, TDIGEST.BYRANK, and TDIGEST.BYREVRANK enable percentile and rank queries on streaming data



