Pure javascript implementations of redis Abstractions. Part of the Rarefied Redis Project.
<dependency>
<groupId>org.rarefiedredis</groupId>
<artifactId>rarefied-redis-java</artifactId>
<version>0.0.2</version>
</dependency>
All contributions welcome! Issues or Pull Requests. For PRs, mvn test
and mvn -Dintegration=true test
must both succeed before the PR will be considered.
This project uses mvn test + redis-mock-java.