Skip to content

RayLabz/objectis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An object-oriented library for Redis/Jedis in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages