Hi all, The Apache Kvrocks community is pleased to announce that Apache Kvrocks 2.12.0 has been released!
Kvrocks is a distributed key-value NoSQL database that uses RocksDB as a storage engine and is compatible with the Redis protocol. This new release introduces significant features, improvements, and fixes. A critical fix is that the server will crash when passing a negative offset in SETRANGE command, please see https://github.com/apache/kvrocks/pull/2783. We introduce a few new commands and enhance some old commands, including: - HSETEXPIRE to allow setting a hash field with expiration time - KMETADATA to fetch the metadata of a key - POLLUPDATES supports using RESP output format - LASTSAVE supports ISO8601 time format Another highlight is that the community is working to support the TDIGEST data structure, but we don't bring it to this release for stable consideration. Please refer to the change log for the complete list of changes: https://github.com/apache/kvrocks/releases/tag/v2.12.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
