RedisInsight
RedisInsight copied to clipboard
[Feature Request]: BloomFilter Module support
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.