| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdbiz.paluch.redis |
| ArtifactId | ArtifactIdlettuce |
| Last Version | Last Version5.0.0.Beta1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlettuce
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lettuce-5.0.0.Beta1.pom | |
| lettuce-5.0.0.Beta1.jar | 211 KB |
| lettuce-5.0.0.Beta1-sources.jar | 113 KB |
| lettuce-5.0.0.Beta1-javadoc.jar | 832 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |
| 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 |