Skip to content

2.5.0

Compare
Choose a tag to compare
@git-hulk git-hulk released this 12 Jul 01:55
· 17 commits to 2.5 since this release

Important Notice

Dependency Updates: RocksDB is bumped from 8.1.1 to 8.3.2 in this version.

Highlights: We have supported Redis-compatible SCAN cursors so that you can use any Redis client library to perform the SCAN far painless than before. Enable it via redis-cursor-compatible in the configuration file. Many thanks to @jihuayu. Meanwhile, lots of ZSET commands are newly supported, like ZMPOP, ZRANGESTORE, BZMPOP, ZUNION. Many thanks to @infdahai for driving them and other contributors for implementing them. The detailed changes and contributors are listed below.

New Features

Improvements

Bug Fixes

Build & CI related

Misc

New Contributors

Full Changelog: v2.4.0...v2.5.0-rc2