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 3.2.Final in this page.
Apache License, Version 2.0
You can use the following script to add lettuce-3.2.Final.jar to your project.
<dependency> <groupId>biz.paluch.redis</groupId> <artifactId>lettuce</artifactId> <version>3.2.Final</version> </dependency>
compile group: 'biz.paluch.redis', name: 'lettuce', version: '3.2.Final'
libraryDependencies += "biz.paluch.redis" % "lettuce" % "3.2.Final"
<dependency org="biz.paluch.redis" name="lettuce" rev="3.2.Final"/>
@Grapes(@Grab(group='biz.paluch.redis', module='lettuce', version='3.2.Final'))
'biz.paluch.redis:lettuce:jar:3.2.Final'
Click the following link to download the jar file.
lettuce-3.2.Final-javadoc.jar