l

lettuce-core

Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.
http://github.com/lettuce-io/lettuce-core
Apache License, Version 2.0
lettuce.io
Mark Paluch Will Glozer
Files download
File Operation
lettuce-core-5.3.7.RELEASE.jar download
lettuce-core-5.3.7.RELEASE.pom download
lettuce-core-5.3.7.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.lettuce</groupId>
  <artifactId>lettuce-core</artifactId>
  <version>5.3.7.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.lettuce:lettuce-core:5.3.7.RELEASE'
Gradle Kotlin
implementation("io.lettuce:lettuce-core:5.3.7.RELEASE")
Scala SBT
libraryDependencies += "io.lettuce" % "lettuce-core" % "5.3.7.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.lettuce', module='lettuce-core', version='5.3.7.RELEASE')
)
Apache Ivy
<dependency org="io.lettuce" name="lettuce-core" rev="5.3.7.RELEASE" />
Leiningen
[io.lettuce/lettuce-core "5.3.7.RELEASE"]
Apache Buildr
'io.lettuce:lettuce-core:jar:5.3.7.RELEASE'