Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not support RedisBloom Module #17

Open
yuzhaojun opened this issue Oct 27, 2021 · 1 comment
Open

Can not support RedisBloom Module #17

yuzhaojun opened this issue Oct 27, 2021 · 1 comment

Comments

@yuzhaojun
Copy link

hi, I use RedisBloom module in redis , the RdbParser now can not parse the bloom filter which in rdb file , is there any plan to support RedisBloom Module

My environment info below:
redis version: 6.2.5
RedisBloom version: 2.2.6

@jwhitbeck
Copy link
Owner

Hi @yuzhaojun,

Unfortunately, there are no plans to support any Redis modules.

Currently, java-rdb-parser raises an exception when it encounters a module in an RDB file. Depending on how modules are serialized, I imagine we could change the library's behavior to either (a) skip over the module data, or (b) return the module's data as a ReadableByteChannel (which would allow users to write their own custom module parsing code). I'd certainly be open to a pull request that does this.

Actually parsing Redis module data seems like a much more substantial undertaking, and I'm not sure it makes sense for all modules (RedisGears, RedisSearch, etc..). To be frank, I don't have the time or motivation to do it for all modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants