Skip to content

A demonstration of implementing a job queue with Java Spring and Redis

Notifications You must be signed in to change notification settings

alexthered/demo-job-queue-spring-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of a distributed job queue based on Java Spring and Redis

This is an demonstration of lightweight yet well-functioned implementation of distributed job queue based on Redis and Spring java.

I used Lettuce to be the Redis client, Jackson for serializing/deserializing jobs when being stored in Redis. They are all included in Spring's various modules as default option so no need for extra depenency.

About

A demonstration of implementing a job queue with Java Spring and Redis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages