Skip to content

v5.1.0 Stable Release

Compare
Choose a tag to compare
@JohnSully JohnSully released this 21 Oct 16:22
· 133 commits to RELEASE_5 since this release

Major Changes:

  • Added support for expiring members of a set (EXPIREMEMBER, etc)
  • Improved expiration algorithm to run in O(n) instead of O (n log n) time
  • Reduced memory consumption of expires, up to 10% global memory savings.
  • BITOP now supports LSHIFT and RSHIFT shift operators

For more details see our blog: https://docs.keydb.dev/blog/2019/10/20/blog-post/