redis / riot

🧨 Get data in & out of Redis with RIOT
http://redis.github.io/riot
Apache License 2.0
258 stars 36 forks source link

RIOT File Import into RedisBloom #74

Open pranavb opened 2 years ago

pranavb commented 2 years ago

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.

jruaux commented 2 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)

githubname1024 commented 12 months ago

@jruaux Is there any update of supporting redis module? For example, RedisJSON, Redis Bloom, RediSearch and RedisTimeSeries.