Quartz.RedisJobStore 1.0.1

dotnet add package Quartz.RedisJobStore --version 1.0.1
NuGet\Install-Package Quartz.RedisJobStore -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Quartz.RedisJobStore" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz.RedisJobStore --version 1.0.1
#r "nuget: Quartz.RedisJobStore, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Quartz.RedisJobStore as a Cake Addin
#addin nuget:?package=Quartz.RedisJobStore&version=1.0.1

// Install Quartz.RedisJobStore as a Cake Tool
#tool nuget:?package=Quartz.RedisJobStore&version=1.0.1

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 17,785 6/20/2016
1.0.0 1,403 6/20/2016