RedisStreamingOptions
class
Namespace: Orleans.Configuration
Redis streaming options.
public sealed class RedisStreamingOptionsConstructors
Properties
CheckpointPersistIntervalGets or sets the interval between checkpoint persistence attempts.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 stream entries and related checkpoint keys to be deleted after the configured period of time.MaxStreamLengthGets or sets the maximum number of stream entries to retain. When null, Redis stream length is unbounded.UseApproximateMaxLengthGets or sets a value indicating whether Redis should use approximate trimming whenRedisStreamingOptionsis configured.
Methods
DefaultCreateMultiplexer(RedisStreamingOptions)The default multiplexer creation delegate.
