Ariel Shtul
Ariel Shtul
@rjhdby If I remember correctly, you can change the defaults when loading RedisBloom module.
@arthurkiller The key is not limited intentionally. The limit of 512MB is only applied when you try to retrieve the key. With probabilistic data-structures you will need this only when...
@llh12345 the reason you see half the error rate is due to the fact RedisBloom is a `Scalable Bloom Filter`. In order to allow the filter to grow in size...
@kylekyle Thanks for the suggestions. related #418
@vansenic the `max expansion` is in place since with every new filter, you add an error rate to your filter. At some point, it does not make sense to have...
@madolson @zuiderkwast This is great. Removing this unnecessary assert will speed up valkey for many use cases. I need help with the tests. I am unfamiliar with `tcl` and my...
Hi @zuiderkwast, I have rolled back some changes I have made since I don't have the knowledge in tcl and the attention span to fix the tests correctly. The change...
@zuiderkwast @madolson With the help of @mnunberg1, the fail tests were removed. CI tests do not run and are awaiting your approval. Is that a bug?
@filipecosta90 Can you please share the `.so` file or the exact commit/release from which you compiled it?
@oshadmi ``` 29911:M 04 Aug 2021 15:15:02.046 # Guru Meditation: Error loading data from RDB (short read or EOF). Read performed by module 'search' about type 'ft_index0' after reading '0'...