Skip to main content

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
TypeName
System.Threading.CancellationTokentoken

ReplayAsync(CancellationToken)

View Source
Declaration
ValueTask<bool> ReplayAsync(CancellationToken token = default(CancellationToken))
Returns

ValueTask<System.Boolean>

Parameters
TypeName
System.Threading.CancellationTokentoken