We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.