Open sandboxFocus

Property WaitDelay

WaitDelay

Gets or sets the delay between the processing of two keys. The default value is 0.

Declaration
public TimeSpan WaitDelay { get; set; }
Property Value
Type Description
TimeSpan
Remarks

With the Redis backend, when a cluster is used, all servers are processed concurrently and the delay applies while processing the requests of a single server.