Skip to content
Nathan Brown edited this page May 8, 2015 · 2 revisions

Using Redis

To install Hangfire into your ASP.NET application with Redis storage, type the following command into the Package Manager Console Window:

PM> Install-Package Hangfire.Redis.StackExchange

Hangfire with Redis job storage processes jobs much faster than with SQL Server storage.

Running the Redis server on a Windows platform means using the Microsoft Open Technology fork available on their GitHub page.

Clone this wiki locally