IRedisPipelineShared
Pipeline interface shared by typed and non-typed pipelines
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRedisPipelineShared : IDisposable, IRedisQueueCompletableOperation
Methods
Flush()
View Source
Declaration
void Flush()
Replay()
View Source
Declaration
bool Replay()
Returns
System.Boolean