RedisReminderTableOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Redis reminder options.
public class RedisReminderTableOptions
type RedisReminderTableOptions = class
Public Class RedisReminderTableOptions
- Inheritance
-
RedisReminderTableOptions
Constructors
RedisReminderTableOptions() |
Properties
ConfigurationOptions |
Gets or sets the Redis client options. |
CreateMultiplexer |
The delegate used to create a Redis connection multiplexer. |
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. |
Methods
DefaultCreateMultiplexer(RedisReminderTableOptions) |
The default multiplexer creation delegate. |