Info
Version: | 1.0.1 |
Author(s): | icyice80 |
Last Update: | Monday, June 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/icyice80/QuartzRedisJobStore |
NuGet Url: | https://www.nuget.org/packages/Quartz.RedisJobStore |
Install
Install-Package Quartz.RedisJobStore
dotnet add package Quartz.RedisJobStore
paket add Quartz.RedisJobStore
Quartz.RedisJobStore Download (Unzip the "nupkg" after downloading)
Dependencies
- Quartz(>= 2.3.3)
- Common.Logging(>= 3.3.1)
- Newtonsoft.Json(>= 8.0.3)
- StackExchange.Redis(>= 1.1.603)
- log4net(>= 2.0.5)
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.