ConnectionTimeout
Gets or sets the time that the Redis invalidator will wait for a Redis connection. (When you create a new Redis invalidator, if it doesn't connect to a Redis server in this timeout, a TimeoutException is thrown.)
Declaration
public TimeSpan ConnectionTimeout { get; init; }
Property Value
Type | Description |
---|---|
TimeSpan |
Remarks
The default value is 1 minute.