r

redisson-all

Easy Redis Java client and Real-Time Data Platform. Valkey compatible. Sync/Async/RxJava3/Reactive API. Client side caching. Over 50 Redis based Java objects and services: JCache API, Apache Tomcat, Hibernate, Spring, Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Scheduler, RPC
https://redisson.org
Apache v2
Redisson
Files download
File Operation
redisson-all-3.38.0.jar download
redisson-all-3.38.0.pom download
redisson-all-3.38.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.redisson</groupId>
  <artifactId>redisson-all</artifactId>
  <version>3.38.0</version>
</dependency>
Gradle Groovy
implementation 'org.redisson:redisson-all:3.38.0'
Gradle Kotlin
implementation("org.redisson:redisson-all:3.38.0")
Scala SBT
libraryDependencies += "org.redisson" % "redisson-all" % "3.38.0"
Groovy Grape
@Grapes(
  @Grab(group='org.redisson', module='redisson-all', version='3.38.0')
)
Apache Ivy
<dependency org="org.redisson" name="redisson-all" rev="3.38.0" />
Leiningen
[org.redisson/redisson-all "3.38.0"]
Apache Buildr
'org.redisson:redisson-all:jar:3.38.0'