Hi all, The Apache Kvrocks community is pleased to announce that Apache Kvrocks 2.15.0 has been released!
Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. This release contains a number of new features, bug fixes and improvements compared to the last version released before. The notable changes since 2.15.0 include: 1. Support SELECT database — Kvrocks can now emulate Redis's multi-database model, unblocking migrations from Redis deployments that use SELECT to switch between logical databases 2. New TimeSeries commands — TS.MREVRANGE, TS.QUERYINDEX, and TS.ALTER round out the time-series API surface for analytics-heavy workloads 3. New TDigest commands — TDIGEST.RANK, TDIGEST.REVRANK, TDIGEST.BYRANK, and TDIGEST.BYREVRANK enable percentile and rank queries on streaming data Please refer to the change log for the complete list of changes: https://github.com/apache/kvrocks/releases/tag/v2.15.0 Apache Kvrocks website: https://kvrocks.apache.org/ Download Links: https://kvrocks.apache.org/download Kvrocks Resources: - Issue: https://github.com/apache/kvrocks/issues - Mailing list: [email protected] Thanks On behalf of Apache Kvrocks community
