Home RedisSnapshotSessionOptions<TSnapshot> Class
Post
Cancel

RedisSnapshotSessionOptions<TSnapshot> Class

Definition

Namespace: EntityDb.Redis.Sessions
Assembly: EntityDb.Redis

Configuration options for the Redis implementation of ISnapshotRepository<TSnapshot>.

1
public class RedisSnapshotSessionOptions<TSnapshot>

Inheritance: Object

Type Parameters

TSnapshot
The type of the snapshot

Properties

ConnectionString A connection string that is compatible with [M:StackExchange.Redis.ConfigurationOptions.Parse(System.String)]
KeyNamespace Choose a key namspace for snapshots. Snapshots are stored with keys in the following format: {KeyNamespace}#{SnapshotId}@{SnapshotVersionNumber}
ReadOnly If true, indicates the agent only intends to execute queries.
SecondaryPreferred If true, indicates the agent can tolerate replication lag for queries.

Methods

ToString()Missing Summary Doc!
This post is licensed under CC BY 4.0 by the author.