ConnectionTimeout
Gets the time that the Redis backend will wait for a Redis connection. (When you create a new Redis backend, 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.