Table of Contents

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

builder IPersistentStoreBuilder

The persistent store being configured.

configure Action<RedisLockHandlerOptions>

Optional configuration for the Redis lock handler.

Returns

IPersistentStoreBuilder