This release fixes ArgumentException
when accessing the Dashboard UI with Redis metrics enabled if Redis Server instance has multiple additional modules installed.
This release fixes ArgumentException
when accessing the Dashboard UI with Redis metrics enabled if Redis Server instance has multiple additional modules installed.
This patch release fixes a regression appeared in 2.8 version related to the LUA-based transaction implementation, which didn’t take StackExchange.Redis’s ChannelPrefix
option into account when enqueueing a background job id, causing the processing to hang when custom channel prefix is used.
This is a small maintenance release that just add missing overloads for the ContinueBatchWith
method that allows to use background jobs based on asynchronous methods as continuations for batches. But this will unfortunately work only for .NET Core platform. Unfortunately support for .NET Framework will come only with version 3.0, because breaking changes required in this case.
Maintenance release that adds RecurringJob.TriggerJob
method that returns identifier of a triggered background job, bumps Moment.js packages used by Dashboard UI to 2.29.4 and contains fixes for the pt-BR
translation.
This version contains even better implementation of ASP.NET application shutdown detection logic – detection timer was replaced with a dedicated thread to make it work even when ASP.NET killed all the thread pool threads, and yet another check based on internal state was implemented for more reliable detection.
Continue Reading →