Hi all, The Apache Kvrocks community is pleased to announce that Apache Kvrocks 2.10.0 has been released!
Kvrocks is a distributed key-value NoSQL database that uses RocksDB as a 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.9.0 include: 1. The new data structure HyperLogLog and its commands are supported now, users can use PF* commands in Kvrocks. 2. All stream group commands are supported in this release which makes Kvrocks totally compatible with the Redis stream. 3. Allow for the enhancement of transaction consistency by introducing the db context. It will always use the same snapshot in the transaction while the configuration txn_context_enabled is enabled. Please refer to the change log for the complete list of changes: https://github.com/apache/kvrocks/releases/tag/v2.10.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
