a

activej-redis

Asynchronous lightweight high-performance Redis client with extendable API for Redis commands.
文件下载
文件名 操作
activej-redis-4.1-rc1.jar 下载
activej-redis-4.1-rc1.pom 下载
activej-redis-4.1-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-redis</artifactId>
  <version>4.1-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-redis:4.1-rc1'
Gradle Kotlin
implementation("io.activej:activej-redis:4.1-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-redis" % "4.1-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-redis', version='4.1-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-redis" rev="4.1-rc1" />
Leiningen
[io.activej/activej-redis "4.1-rc1"]
Apache Buildr
'io.activej:activej-redis:jar:4.1-rc1'