dRedis is a simple to use, open-sourced and free Redis/Jedis messenger API.
Source- https://github.com/r-by/dRedis
Docs- https://r-by.github.io/dRedis/
Maven Repo
Source- https://github.com/r-by/dRedis
Docs- https://r-by.github.io/dRedis/
Maven Repo
Code:
<repository>
<id>ruby-repo</id>
<url>https://github.com/r-by/ruby-repo/raw/master</url>
</repository>
<dependency>
<groupId>com.dunamisia</groupId>
<artifactId>redis</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
Last edited:
