Skip to content

1.0.13

Compare
Choose a tag to compare
@inponomarev inponomarev released this 17 Dec 01:06
· 156 commits to master since this release

πŸš€ New commands supported

Sorted Set operations

  • ZDIFF
  • ZDIFFSTORE
  • ZINCRBY
  • ZINTER
  • ZINTERCARD
  • ZINTERSTORE
  • ZLEXCOUNT
  • ZMPOP
  • ZMSCORE
  • ZPOPMAX
  • ZPOPMIN
  • ZRANGESTORE
  • ZRANK
  • ZREMRANGEBYLEX
  • ZREMRANGEBYRANK
  • ZREVRANK
  • ZSCAN
  • ZUNION
  • ZUNIONSTORE
  • BZMPOP
  • BZPOPMAX
  • BZPOPMIN

Thanks @Alex286756 for your contribution!

πŸ§ͺ Testing

  • Enabled native tests for Sorted Sets operations
  • All the tests now use AssertJ

πŸ’Ό Maintenance

  • Added support for Lettuce 6.3.0
  • Updated dependencies