Skip to content

RedisClusteringOptions

class

Namespace: Orleans.Clustering.Redis

Options for Redis clustering.
public class RedisClusteringOptions

Constructors

Properties

  • ConfigurationOptions Gets or sets the Redis client configuration.
  • CreateMultiplexer The delegate used to create a Redis connection multiplexer and indicate whether it is shared.
  • CreateRedisKey The delegate used to create redis key for RedisMembershipTable.
  • 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 entries to be deleted after some period of time.

Methods