l

lettuce

Java redis client. This is a fork of lettuce from https://github.com/wg/lettuce
http://github.com/mp911de/lettuce
Apache License, Version 2.0
Will Glozer Mark Paluch
Files download
File Operation
lettuce-3.2.Beta1.jar download
lettuce-3.2.Beta1.pom download
lettuce-3.2.Beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.paluch.redis</groupId>
  <artifactId>lettuce</artifactId>
  <version>3.2.Beta1</version>
</dependency>
Gradle Groovy
implementation 'biz.paluch.redis:lettuce:3.2.Beta1'
Gradle Kotlin
implementation("biz.paluch.redis:lettuce:3.2.Beta1")
Scala SBT
libraryDependencies += "biz.paluch.redis" % "lettuce" % "3.2.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='biz.paluch.redis', module='lettuce', version='3.2.Beta1')
)
Apache Ivy
<dependency org="biz.paluch.redis" name="lettuce" rev="3.2.Beta1" />
Leiningen
[biz.paluch.redis/lettuce "3.2.Beta1"]
Apache Buildr
'biz.paluch.redis:lettuce:jar:3.2.Beta1'