Class RedisLockHandlerConfigurationExtensions
- Namespace
- Quartz
- Assembly
- Quartz.Extensions.Redis.dll
Configures RedisLockHandler as the lock handler for a persistent job store.
public static class RedisLockHandlerConfigurationExtensions
- Inheritance
-
RedisLockHandlerConfigurationExtensions
- Inherited Members
Methods
UseRedisLockHandler(IPersistentStoreBuilder, Action<RedisLockHandlerOptions>?)
Coordinates clustered schedulers with Redis distributed locks rather than database row locks.
public static IPersistentStoreBuilder UseRedisLockHandler(this IPersistentStoreBuilder builder, Action<RedisLockHandlerOptions>? configure = null)
Parameters
builderIPersistentStoreBuilderThe persistent store being configured.
configureAction<RedisLockHandlerOptions>Optional configuration for the Redis lock handler.