Redis Client Lettuce 5.2.0.RELEASE released

80 views
Skip to first unread message

Mark Paluch

unread,
Sep 26, 2019, 10:28:20 AM9/26/19
to lettuce-redis-client-users
I'd like to announce the availability of the Lettuce release 5.2.0.RELEASE. This release ships with over 100 tickets fixed in total.

Most notable features are:
  • Sentinel refinements
  • Node randomization when reading from Redis Cluster nodes
  • Codec enhancements
  • Migrated tests to JUnit 5

You can find the details of the release on Github:
Maven coordinates:

<dependency>
    
<groupId>io.lettuce</groupId>
    
<artifactId>lettuce-core</artifactId>
    
<version>5.2.0.RELEASE</version>
</dependency>

vikas...@gmail.com

unread,
Oct 18, 2019, 10:56:51 PM10/18/19
to lettuce-redis-client-users
Hello Mark, 

Can you please suggest how to use rejson with lettuce.  I have seen rejson API's (java client Jredisjson ) and looks like it supports jedis but not lettuce. 

How to store JSON in redis. I was looking for this option and found out rejson. 

Thanks,
Vikas Jain 

Mark Paluch

unread,
Oct 20, 2019, 7:34:01 AM10/20/19
to lettuce-redis-client-users
I'm not aware of a Lettuce rejson integration. Lettuce comes with a dynamic command API that allows you to declare module-specific commands in an interface and Lettuce translates method calls into Redis commands. Check out dynamic command interfaces at [0].

Cheers, 
Reply all
Reply to author
Forward
0 new messages