RedisReminderTableOptions
class
Namespace: Orleans.Configuration
Redis reminder options.
public class RedisReminderTableOptionsConstructors
Properties
ConfigurationOptionsGets or sets the Redis client options.CreateMultiplexerThe delegate used to create a Redis connection multiplexer and indicate whether it is shared.EntryExpiryEntry 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.
