Open pranavb opened 3 years ago
RIOT does not yet support RedisBloom. I will add to the list of modules to support (RedisJSON was added in the latest early-access release)
@jruaux Is there any update of supporting redis module? For example, RedisJSON, Redis Bloom, RediSearch and RedisTimeSeries.
Does RIOT File support insertion into a Bloom Filter (enabled by Redis' RedisBloom module)?
I'm looking to front load my Bloom Filter with millions of entries and I'm currently doing a contrived MADD process. RIOT would streamline this.