Skip to content

RedisReminderTableOptions Properties

Redis reminder options.

CreateMultiplexer

getset
View source
public Func<RedisReminderTableOptions, Task<(IConnectionMultiplexer Multiplexer, bool IsShared)>> RedisReminderTableOptions.CreateMultiplexer
The delegate used to create a Redis connection multiplexer and indicate whether it is shared.

EntryExpiry

getset
View source
public TimeSpan? EntryExpiry
Entry expiry, null by default. A value should be set ONLY for ephemeral environments (like in tests). Setting a value different from null will cause reminder entries to be deleted after some period of time.