Method: Redis::PipelinedConnection#pipelined

Defined in:
lib/redis/pipeline.rb

#pipelined {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



17
18
19
# File 'lib/redis/pipeline.rb', line 17

def pipelined
  yield self
end