Skip to content

RedisJournalStorageOptions

class

Namespace: Orleans.Journaling

Options for configuring Redis journal storage.
public sealed class RedisJournalStorageOptions

Constructors

Properties

  • CompactionThresholdBytes Gets or sets the journal length, in bytes, at which IJournalStorage returns true.
  • ConfigurationOptions Gets or sets the Redis client configuration.
  • CreateMultiplexer Gets or sets the delegate used to create the Redis connection multiplexer.
  • GetKeyName Gets or sets the delegate used to convert a journal id to the Redis key name component.
  • InitStage Gets or sets the stage of the silo lifecycle when storage should be initialized.
  • KeyPrefix Gets or sets the Redis key prefix used by the provider.
  • ReadChunkSize Gets or sets the maximum number of bytes supplied to the journal consumer in each recovery segment.

Methods

Fields