Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 779 Bytes

rarefied-redis-java

Pure javascript implementations of redis Abstractions. Part of the Rarefied Redis Project.

Status

Build Status

Installation

maven

<dependency>
  <groupId>org.rarefiedredis</groupId>
  <artifactId>rarefied-redis-java</artifactId>
  <version>0.0.2</version>
</dependency>

Abstractions

Contributing

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.

Testing

This project uses mvn test + redis-mock-java.

Roadmap

Versions