Skip to content

A Jedis wrapper library for Redis connections and usage.

Notifications You must be signed in to change notification settings

Swedz/RedisWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedisWrapper

RedisWrapper is a simple library that wraps Jedis to make interacting with it much more clean.

Special features:

  • Multithreaded pubsub
  • Channel pubsub listeners using annotations
  • Value parsing and serializing

See Example.java (and the other classes it references) for an example on how to use the wrapper. Most features are included in the example.

Download

Latest version: 1.2-SNAPSHOT

Be sure to replace the VERSION key below with one of the versions available.

Maven

<repository>
    <id>swedz</id>
    <name>swedz-repo</name>
    <url>https://swedz.net/repo/</url>
</repository>
<dependency>
    <groupId>net.swedz</groupId>
    <artifactId>RedisWrapper</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

repositories {
    maven { url = 'https://swedz.net/repo/' }
}
dependencies {
    compile group: 'net.swedz', name: 'RedisWrapper', version: 'VERSION'
}

About

A Jedis wrapper library for Redis connections and usage.

Topics

Resources

Stars

Watchers

Forks

Languages