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
Will Glozer Mark Paluch
Files download
File Operation
lettuce-core-5.2.1.RELEASE.jar download
lettuce-core-5.2.1.RELEASE.pom download
lettuce-core-5.2.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.lettuce</groupId>
  <artifactId>lettuce-core</artifactId>
  <version>5.2.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.lettuce:lettuce-core:5.2.1.RELEASE'
Gradle Kotlin
implementation("io.lettuce:lettuce-core:5.2.1.RELEASE")
Scala SBT
libraryDependencies += "io.lettuce" % "lettuce-core" % "5.2.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.lettuce', module='lettuce-core', version='5.2.1.RELEASE')
)
Apache Ivy
<dependency org="io.lettuce" name="lettuce-core" rev="5.2.1.RELEASE" />
Leiningen
[io.lettuce/lettuce-core "5.2.1.RELEASE"]
Apache Buildr
'io.lettuce:lettuce-core:jar:5.2.1.RELEASE'
Dependencies
<parent>
  <groupId>org.sonatype.oss</groupId>
  <artifactId>oss-parent</artifactId>
  <version>9</version>
</parent>

compile

|-- io.netty:netty-common

|-- io.netty:netty-handler

|-- io.netty:netty-transport

|-- io.projectreactor:reactor-core:3.3.0.RELEASE

|-- org.apache.commons:commons-pool2:2.7.0

|-- io.netty:netty-tcnative:1.1.33.Fork26

|-- io.netty:netty-transport-native-epoll

|-- io.netty:netty-transport-native-kqueue

|-- io.zipkin.brave:brave

|-- org.latencyutils:LatencyUtils:2.0.3

|-- org.hdrhistogram:HdrHistogram:2.1.11

|-- io.reactivex:rxjava:1.3.8

|-- io.reactivex:rxjava-reactive-streams:1.2.1

|-- io.reactivex.rxjava2:rxjava:2.2.13

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- javax.enterprise:cdi-api:2.0

|-- javax.inject:javax.inject:1

|-- com.google.code.findbugs:jsr305:3.0.2

test

|-- org.assertj:assertj-core:3.13.2

|-- org.hamcrest:hamcrest-library:1.3

|-- org.apache.commons:commons-lang3:3.8

|-- com.github.javaparser:javaparser-core:3.6.3

|-- org.apache.openwebbeans:openwebbeans-se:2.0.11

|-- javax.annotation:javax.annotation-api:1.3.2

|-- javax.servlet:javax.servlet-api:3.1.0

|-- junit:junit:4.12

|-- org.junit.jupiter:junit-jupiter-api

|-- org.junit.jupiter:junit-jupiter-engine

|-- org.junit.vintage:junit-vintage-engine

|-- org.junit.jupiter:junit-jupiter-params

|-- org.apache.logging.log4j:log4j-core

|-- org.apache.logging.log4j:log4j-slf4j-impl

|-- org.slf4j:jcl-over-slf4j:1.7.25

|-- org.mockito:mockito-core:3.0.0

|-- org.mockito:mockito-junit-jupiter:3.0.0

|-- com.googlecode.multithreadedtc:multithreadedtc:1.01

|-- org.reactivestreams:reactive-streams-tck:1.0.3

|-- io.projectreactor:reactor-test:3.3.0.RELEASE

|-- org.springframework:spring-core

|-- org.springframework:spring-aop

|-- org.springframework:spring-test

|-- org.springframework:spring-expression:4.3.20.RELEASE