redis / jedis

Redis Java client
MIT License
11.85k stars 3.87k forks source link

Support redis submodule command? #2026

Closed wangxu0 closed 5 years ago

wangxu0 commented 5 years ago

Whether to add the commands of the redis submodule to Jedis? such as BF.ADD and BF.EXISTS of RedisBloom. I am willing to submit PR if I can. https://redislabs.com/blog/rebloom-bloom-filter-datatype-redis/

sazzad16 commented 5 years ago

@wxisme NO? Unless it is included in core Redis.

There is a sendCommand included in upcoming 3.1.0. May be that will help you.

wangxu0 commented 5 years ago

@sazzad16 OK, I get it.