ServiceStack.Redis.RedisPipelineCommand.RedisPipelineCommand C# (CSharp) Method

RedisPipelineCommand() public method

public RedisPipelineCommand ( RedisNativeClient client ) : System
client RedisNativeClient
return System
		public RedisPipelineCommand(RedisNativeClient client)
		{
			this.client = client;
		}