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
[Obsolete("Use TransactionRetryPolicy.")]
public int TransactionMaxRetries { get; set; }Property Value
| Type | Description |
|---|---|
| int |