Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.17 KB

Objectis

An object-oriented data access API for Redis cache.

Objectis is a Java library that allows you to quickly manage data in Redis in an object-oriented way. Through Objectis, you can easily save, retrieve, list, delete and filter objects instead of Strings or raw data within your Redis cache.

Objectis is built on and can utilize the Jedis library.

Guide

View the guide to learn how Objectis works and how to use it:

View the guide

Download and import

You can import Objectis using Maven, Gradle or by downloading it as a .jar file:

Maven:

<dependency>
  <groupId>com.raylabz</groupId>
  <artifactId>objectis</artifactId>
  <version>0.1.7</version>
</dependency>

Gradle:

implementation 'com.raylabz:objectis:0.1.7'

Download as .jar file:

Download

Documentation

View the documentation

License

Objectis is released under the MIT license.