Hi,
I’m loving the RedisBloom library, I’m able to do counts with far less memory than I thought were possible. It’s frankly kind of amazing honestly!
At some point my CMS / Bloom objects will expire due to a needed TTL (to keep our ram from getting too full).
I was wondering if anyone has done anything in the past to store these objects on any kind of long term storage? (S3, hard disk, etc…) How did you read and write the objects to allow for querying the serialized dataset?
Thanks!
Sophie