RedisBloom / JRedisBloom

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

什么时候支持下这些 #42

Closed luyanfeng closed 3 years ago

luyanfeng commented 3 years ago

什么时候可以支持以下功能:

  1. redis6的acl
  2. lettuce的 集成
sazzad16 commented 3 years ago

@luyanfeng

  1. There's a Client(Pool<Jedis> pool) constructor. If the pool generates ACL enabled Jedis, JRedisBloom becomes ACL enabled as well.
  2. That's unlikely, at least in near future.