redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIOT File Import into RedisBloom

pranavb opened this issue · comments

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.

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.