class RedisClient::Decorator::Client

def pipelined

def pipelined
  @client.pipelined { |p| yield @_pipeline_class.new(p) }
end