RedisOptions Class

Redis options, attached to the Azure App Configuration.

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class RedisOptions
Inheritance
Object    RedisOptions

Constructors

RedisOptionsInitializes a new instance of the RedisOptions class

Properties

ConnectRetry How many times to try to reconnect to Redis before throwing an exception.
Timeout Redis timeout in milliseconds.

See Also