Skip to content

RedisReminderTableOptions

class

Namespace: Orleans.Configuration

Redis reminder options.
public class RedisReminderTableOptions

Constructors

Properties

  • ConfigurationOptions Gets or sets the Redis client options.
  • CreateMultiplexer The delegate used to create a Redis connection multiplexer and indicate whether it is shared.
  • 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