robertstefan / QuartzRedisJobStore

Redis job store for quartz.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuartzRedisJobStore

A Quartz Scheduler JobStore using Redis via C#

The project was a ported version of quartz-redis-jobstore (https://github.com/jlinn/quartz-redis-jobstore), currently it lacks of supporting redis-cluster. It uses StackExchange.Redis as the redis client. All the tests were ran against Redis 2.8.* or higher. In App.config under the UnitTest project, it contains some examples of configuring the quartz.properties.

Limitations

The same limitations outlined in redis-quartz's readme apply.

About

Redis job store for quartz.net


Languages

Language:C# 100.0%