TransactionMaxRetries
Gets or sets the number of times Redis transactions are retried when they fail due to a data conflict, before an exception
is raised. The default value is 5
.
Declaration
public int TransactionMaxRetries { get; init; }
Property Value
Type | Description |
---|---|
int |