Skip to content

neutron-1114/bloom-cuckoo-jedis

Repository files navigation

bloom-cuckoo-jedis

modifiy xetorthio/jedis to support RedisBloom/RedisBloom

xetorthio/jedis https://github.com/xetorthio/jedis RedisBloom/RedisBloom https://github.com/RedisBloom/RedisBloom

for now support : bloom/cuckoo filiter

example

JedisPool jedisPool = new JedisPool();
Jedis jedis = jedisPool.getResource();
jedis.cfaddnx("test", "t1");
jedis.cfinsertnx("test", "t1", "t2");
jedis.cfexists("test", "t1");
jedis.cfdel("test", "t1");
jedis.cfexists("test", "t1");

About

Modifiy Jedis to support bloom/cuckoo filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published