a

activej-redis

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