r

redisson

Distributed and scalable Java data structures on top of Redis. Advanced Redis client.
https://github.com/mrniko/redisson
Apache v2
Nikita Koksharov Nick Borbit
文件下载
文件名 操作
redisson-2.0.0.jar 下载
redisson-2.0.0.pom 下载
redisson-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.redisson</groupId>
  <artifactId>redisson</artifactId>
  <version>2.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.redisson:redisson:2.0.0'
Gradle Kotlin
implementation("org.redisson:redisson:2.0.0")
Scala SBT
libraryDependencies += "org.redisson" % "redisson" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.redisson', module='redisson', version='2.0.0')
)
Apache Ivy
<dependency org="org.redisson" name="redisson" rev="2.0.0" />
Leiningen
[org.redisson/redisson "2.0.0"]
Apache Buildr
'org.redisson:redisson:jar:2.0.0'