RedisBloom / JRedisBloom

Java Client for RedisBloom probabilistic module
https://redisbloom.io
BSD 2-Clause "Simplified" License
153 stars 33 forks source link

Have you tried Lettuce library to build your rebloom client? #2

Closed pyloque closed 5 years ago

pyloque commented 6 years ago

Lettuce is yet another redis client library beside jedis.

Lettuce is different by supporting custom commands for redis4.0 modules.

so your don't really need hardcode your jrebloom library.

mnunberg commented 6 years ago

Hi, we deliberately provide a self-contained Java client with a minimal API. We do the same for Python and go. Redis is a simple protocol, so pretty much anything would work. Perhaps there might be some benefit in adding ourselves to lettuce, @dvirsky ?