Jar examples for l:lettuce
Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.
You can download jar file lettuce 5.0.0.Beta1 in this page.
Apache License, Version 2.0
You can use the following script to add lettuce-5.0.0.Beta1.jar to your project.
<dependency> <groupId>biz.paluch.redis</groupId> <artifactId>lettuce</artifactId> <version>5.0.0.Beta1</version> </dependency>
compile group: 'biz.paluch.redis', name: 'lettuce', version: '5.0.0.Beta1'
libraryDependencies += "biz.paluch.redis" % "lettuce" % "5.0.0.Beta1"
<dependency org="biz.paluch.redis" name="lettuce" rev="5.0.0.Beta1"/>
@Grapes(@Grab(group='biz.paluch.redis', module='lettuce', version='5.0.0.Beta1'))
'biz.paluch.redis:lettuce:jar:5.0.0.Beta1'
Click the following link to download the jar file.
lettuce-5.0.0.Beta1-javadoc.jar