PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­Backend­ConfigurationTransaction­Max­Retries
Open sandboxFocus

RedisCachingBackendConfiguration.TransactionMaxRetries Property

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; set; }
Property Value
Type Description
Int32