Open sandboxFocus

Property TransactionRetryPolicy

TransactionRetryPolicy

Gets or sets the IRetryPolicy that handles the retry loop of Redis transactions. The default value is the default instance of the TransactionRetryPolicy class.

Declaration
public IRetryPolicy TransactionRetryPolicy { get; set; }
Property Value
Type Description
IRetryPolicy