Async::RedisSourceAsyncRedisContextPipelineSync

class Sync

Definitions

def call(...)

This method just accumulates the commands and their params.

Implementation

def call(...)
	@pipeline.call(...)
	
	@pipeline.flush(1)
	
	return @pipeline.read_response
end