Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RedisReminderTableOptions Class

Definition

Namespace:
Orleans.Configuration
Assembly:
Orleans.Reminders.Redis.dll
Package:
Microsoft.Orleans.Reminders.Redis v10.0.0
Package:
Microsoft.Orleans.Reminders.Redis v9.0.0
Package:
Microsoft.Orleans.Reminders.Redis v9.1.2

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

Name Description
RedisReminderTableOptions()

Properties

Name Description
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

Name Description
DefaultCreateMultiplexer(RedisReminderTableOptions)

The default multiplexer creation delegate.

Applies to