RedisInsight icon indicating copy to clipboard operation
RedisInsight copied to clipboard

[Feature Request]: BloomFilter Module support

Open pierrelambert opened this issue 3 years ago • 0 comments

Problem description (Describe the problem you would like to solve with this feature request or suggested idea). Even if the usage of a bloomfilter (and other probabilistic data structures from the inherent module) is not wide / complex, it would be nice to have a dedicated layout in the browser providing information on the filter:

  • Equivalent of BF.INFO command return
  • Error Rate
  • Inputs for the expected time complexity for that given filter (at least the number of hash functions)

It would make life of dev easier to work with such cool data structures.

pierrelambert avatar Mar 15 '22 11:03 pierrelambert