Contains packages for working with Redis databses of type key-value.
Packages
The module contains the following packages:
- Build - factory to create Redis components by their descriptors.
- Cache - Redis Cache Components
- Lock - components for working with locks in Redis
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-redis</artifactId>
<version>[0.0.1,)</version>
</dependency>