lettuce

Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

biz.paluch.redis
ArtifactId

ArtifactId

lettuce
Last Version

Last Version

5.0.0.Beta1
Release Date

Release Date

Type

Type

jar
Description

Description

lettuce
Advanced and thread-safe Java Redis client for synchronous, asynchronous, and reactive usage. Supports Cluster, Sentinel, Pipelining, Auto-Reconnect, Codecs and much more.
Project URL

Project URL

http://github.com/mp911de/lettuce/wiki
Source Code Management

Source Code Management

http://github.com/mp911de/lettuce

Download lettuce

How to add to project

<!-- https://jarcasting.com/artifacts/biz.paluch.redis/lettuce/ -->
<dependency>
    <groupId>biz.paluch.redis</groupId>
    <artifactId>lettuce</artifactId>
    <version>5.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/biz.paluch.redis/lettuce/
implementation 'biz.paluch.redis:lettuce:5.0.0.Beta1'
// https://jarcasting.com/artifacts/biz.paluch.redis/lettuce/
implementation ("biz.paluch.redis:lettuce:5.0.0.Beta1")
'biz.paluch.redis:lettuce:jar:5.0.0.Beta1'
<dependency org="biz.paluch.redis" name="lettuce" rev="5.0.0.Beta1">
  <artifact name="lettuce" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.paluch.redis', module='lettuce', version='5.0.0.Beta1')
)
libraryDependencies += "biz.paluch.redis" % "lettuce" % "5.0.0.Beta1"
[biz.paluch.redis/lettuce "5.0.0.Beta1"]

Dependencies

compile (6)

Group / Artifact Type Version
io.projectreactor : reactor-core jar 3.0.3.RELEASE
io.netty : netty-common jar 4.1.6.Final
io.netty : netty-transport jar 4.1.6.Final
io.netty : netty-handler jar 4.1.6.Final
org.apache.commons : commons-pool2 Optional jar 2.4.2
org.latencyutils : LatencyUtils Optional jar 2.0.3

provided (7)

Group / Artifact Type Version
io.netty : netty-transport-native-epoll Optional jar 4.1.6.Final
io.netty : netty-tcnative Optional jar 1.1.33.Fork21
org.springframework : spring-beans jar 4.2.4.RELEASE
org.springframework : spring-context jar 4.2.4.RELEASE
javax.inject : javax.inject jar 1
javax.enterprise : cdi-api jar 1.0
com.google.code.findbugs : jsr305 Optional jar 3.0.1

test (15)

Group / Artifact Type Version
junit : junit jar 4.12
com.googlecode.multithreadedtc : multithreadedtc jar 1.01
org.mockito : mockito-core jar 1.10.19
com.google.code.tempus-fugit : tempus-fugit jar 1.1
org.apache.openwebbeans.test : cditest-owb jar 1.2.8
javax.servlet : javax.servlet-api jar 3.1.0
org.assertj : assertj-core jar 3.5.2
org.apache.logging.log4j : log4j-core jar 2.6.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.6.2
org.springframework : spring-test jar 4.2.4.RELEASE
org.springframework : spring-expression jar 4.2.4.RELEASE
org.reactivestreams : reactive-streams-tck jar 1.0.0
org.hamcrest : hamcrest-library jar 1.3
com.github.javaparser : javaparser-core jar 2.3.0
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.
biz.paluch.redis

Lettuce

Lettuce is a scalable Redis client for building non-blocking Reactive applications.

Versions

Version
5.0.0.Beta1
4.5.0.Final
4.5.0.Beta1
4.4.6.Final
4.4.5.Final
4.4.4.Final
4.4.3.Final
4.4.2.Final
4.4.1.Final
4.4.0.Final
4.3.3.Final
4.3.2.Final
4.3.1.Final
4.3.0.Final
4.2.2.Final
4.2.1.Final
4.2.0.Final
4.1.2.Final
4.1.1.Final
4.1.Final
4.0.2.Final
4.0.1.Final
4.0.Final
4.0.Beta2
4.0.Beta1
3.5.0.Final
3.4.3.Final
3.4.2.Final
3.4.1.Final
3.4.Final
3.3.2.Final
3.3.1.Final
3.3.Final
3.3.Beta1
3.2.Final
3.2.Beta1
3.1.Final
3.0.3.Final
3.0.2.Final
3.0.1.Final
3.0.Final
3.0.Beta3
3.0.Beta2
3.0.Beta1