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! |