is not current version
Last Version 5.3

io.activej:activej-redis 4.3.1

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

4.3.1
Type

Type

jar

Download activej-redis 4.3.1


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