lettuce icon indicating copy to clipboard operation
lettuce copied to clipboard

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.

Results 277 lettuce issues
Sort by recently updated
recently updated
newest added

1、Jedis connect success ~~~Java @Test public void test() throws Exception { RedisServer redisServer = RedisServer.builder() .setting("maxmemory 128M") .port(6379) .bind("127.0.0.1") .build(); redisServer.start(); JedisPool pool = null; Jedis jedis = null; try...

- [ ] #2717 - [ ] #2718 - [ ] #2719 - [ ] #2720 - [ ] #2721 - [ ] #2722 - [ ] #2723 - [...

type: enhancement
tracking-issue

Add support for the redis command FT.CURSOR DEL as described [here](https://redis.io/commands/FT.CURSOR-DEL). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be...

type: enhancement

Add support for the redis command FT.CURSOR READ as described [here](https://redis.io/commands/FT.CURSOR-READ). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be...

type: enhancement