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-6.1.10.RELEASE.jar download
lettuce-core-6.1.10.RELEASE.pom download
lettuce-core-6.1.10.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.lettuce</groupId>
  <artifactId>lettuce-core</artifactId>
  <version>6.1.10.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.lettuce:lettuce-core:6.1.10.RELEASE'
Gradle Kotlin
implementation("io.lettuce:lettuce-core:6.1.10.RELEASE")
Scala SBT
libraryDependencies += "io.lettuce" % "lettuce-core" % "6.1.10.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.lettuce', module='lettuce-core', version='6.1.10.RELEASE')
)
Apache Ivy
<dependency org="io.lettuce" name="lettuce-core" rev="6.1.10.RELEASE" />
Leiningen
[io.lettuce/lettuce-core "6.1.10.RELEASE"]
Apache Buildr
'io.lettuce:lettuce-core:jar:6.1.10.RELEASE'