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