You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kvrocks.apache.org by Twice <tw...@apache.org> on 2022/11/17 14:26:02 UTC

[ANNOUNCE] Release Apache Kvrocks(incubating) 2.2.0

Hi all,

The Apache Kvrocks(incubating) community is pleased to announce
that Apache Kvrocks(incubating) 2.2.0 has been released!

Kvrocks is a distributed key-value NoSQL database that uses RocksDB
as the 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.1.0 include:
1. Support the data structure and many commands of Redis STREAM
2. Add TLS support for kvrocks server connections
3. Support many new commands like GETDEL/SMISMEMBER/
    HELLO/EVAL_RO/DISK/GET_EX
4. Allow using LuaJIT to improve the performance of Lua scripts
5. Support CLI options to configure the kvrocks server

Please refer to the change log for the complete list of changes:
https://github.com/apache/incubator-kvrocks/releases/tag/v2.2.0

Apache Kvrocks website: https://kvrocks.apache.org/

Download Links: https://kvrocks.apache.org/download

Kvrocks Resources:
- Issue: https://github.com/apache/incubator-kvrocks/issues
- Mailing list: dev@kvrocks.apache.org

Thanks
On behalf of Apache Kvrocks community

Best regards,
Twice