Redis bloom installation

Hi,

Can you please guide me how to load Redis bloom into the Redis database or is it an inbuilt feature.

Hi,

You can download pre compiled redis modules from https://redislabs.com/redis-enterprise-software/download-center/modules/. Afterwards, you can run it by specifying during redis startup:

/path/to/redis-server --loadmodule ./redisbloom.so

Boom filter is also included in redislabs cloud (free 30MB storage): https://redislabs.com/try-free/

2 Likes