Hi all, The Apache Kvrocks community is pleased to announce that Apache Kvrocks 2.11.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.10.1 include: - Kvrocks Search is released in this version, which gives Kvrocks the ability of secondary indexing and structured querying; - JSON data type is now supported in cluster migration; - Now arbitrary glob patterns can be used in SCAN-series commands, as well as in CONFIG GET; - More rocksdb configurations are exposed in Kvrocks configuration file, e.g. rocksdb.wal_compression, rocksdb.compression_start_level; - RocksDB is updated to version 9.10.0. Please refer to the change log for the complete list of changes: https://github.com/apache/kvrocks/releases/tag/v2.11.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, Twice
