IRedisPipelineSharedAsync
Pipeline interface shared by typed and non-typed pipelines
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRedisPipelineSharedAsync : IRedisQueueCompletableOperationAsync
Methods
FlushAsync(CancellationToken)
View Source
Declaration
ValueTask FlushAsync(CancellationToken token = default(CancellationToken))
Returns
ValueTask
Parameters
Type | Name |
---|---|
System.Threading.CancellationToken | token |
ReplayAsync(CancellationToken)
View Source
Declaration
ValueTask<bool> ReplayAsync(CancellationToken token = default(CancellationToken))
Returns
ValueTask<System.Boolean>
Parameters
Type | Name |
---|---|
System.Threading.CancellationToken | token |