Skip to main content

RedisPipelineCommand

Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class RedisPipelineCommand

Methods

WriteCommand(Byte[][])

View Source
Declaration
public void WriteCommand(params byte[][] cmdWithBinaryArgs)
Parameters
TypeName
System.Byte[][]cmdWithBinaryArgs

ReadAllAsInts()

View Source
Declaration
public List<long> ReadAllAsInts()
Returns

System.Collections.Generic.List<System.Int64>

ReadAllAsIntsHaveSuccess()

View Source
Declaration
public bool ReadAllAsIntsHaveSuccess()
Returns

System.Boolean

Flush()

View Source
Declaration
public void Flush()