IIs there a library or package that allows the use of redis bloom on ruby?
Thanks
Hello Raul,
While there is no dedicated Ruby client for RedisBloom, you can use the generic clients available for Redis. ex. on redis-rb you can use client.call to call nonexisting functions.
Regards