is not current version
Last Version 5.3

io.activej:activej-redis 5.0-beta2

Asynchronous lightweight high-performance Redis client with extendable API for Redis commands.

Categories

Categories

Redis Data Databases ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-redis
Version

Version

5.0-beta2
Type

Type

jar

Download activej-redis 5.0-beta2


<!-- https://jarcasting.com/artifacts/io.activej/activej-redis/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-redis</artifactId>
    <version>5.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-redis/
implementation 'io.activej:activej-redis:5.0-beta2'
// https://jarcasting.com/artifacts/io.activej/activej-redis/
implementation ("io.activej:activej-redis:5.0-beta2")
'io.activej:activej-redis:jar:5.0-beta2'
<dependency org="io.activej" name="activej-redis" rev="5.0-beta2">
  <artifact name="activej-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-redis', version='5.0-beta2')
)
libraryDependencies += "io.activej" % "activej-redis" % "5.0-beta2"
[io.activej/activej-redis "5.0-beta2"]