RedisJournalStorageOptions
class
Namespace: Orleans.Journaling
Options for configuring Redis journal storage.
public sealed class RedisJournalStorageOptionsConstructors
Properties
CompactionThresholdBytesGets or sets the journal length, in bytes, at whichIJournalStoragereturnstrue.ConfigurationOptionsGets or sets the Redis client configuration.CreateMultiplexerGets or sets the delegate used to create the Redis connection multiplexer.GetKeyNameGets or sets the delegate used to convert a journal id to the Redis key name component.InitStageGets or sets the stage of the silo lifecycle when storage should be initialized.KeyPrefixGets or sets the Redis key prefix used by the provider.ReadChunkSizeGets or sets the maximum number of bytes supplied to the journal consumer in each recovery segment.
Methods
DefaultCreateMultiplexer(RedisJournalStorageOptions)Creates the default Redis connection multiplexer.
Fields
DEFAULT_COMPACTION_THRESHOLD_BYTESThe default compaction threshold, in bytes.
