Skip to content

1.0.33

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 12:21
· 223 commits to refs/heads/main since this release
a3d8430

🌟 New rueidisprob - A Probabilistic Data Structures without Redis Stack. (#493)

Thanks to @proost for bringing the new sub-module rueidisprob module that allows users to use bloom filters without Redis Stack.

Another Counting Bloom Filter is proposed https://github.com/redis/rueidis/discussions/510. We may also add client-side caching to these probabilistic data structures in the future.

🚀 Other New Features

  • feat: parse WITHSCORES in the AsFtSearch() (#509)
  • feat: add MAXAGE support to the CLIENT KILL (#504)
  • feat: add NOVALUES support to the HSCAN (#503)
  • feat: add the new RedisResult.AsBoolSlice() #499 (#500)
  • test: adding new tests to rueidisotel (#496)
  • test: improve unit test coverage in command.go (#514)

Contributors

We'd like to thank all the contributors who worked on this release!

@ali-assar, @Exzrgs, @gross2001, @moonorange, @proost, @rafiramadhana and @rueian