Skip to content

SiloBuilderReminderExtensions.UseRedisReminderService(IServiceCollection, Action<RedisReminderTableOptions>)

UseRedisReminderService(IServiceCollection, Action<RedisReminderTableOptions>)

staticextension
View source
public static IServiceCollection UseRedisReminderService(this IServiceCollection services, Action<RedisReminderTableOptions> configure)
Adds reminder storage backed by Redis.

Parameters

servicesIServiceCollection
The service collection.
configureAction<RedisReminderTableOptions>
The delegate used to configure the reminder store.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.