class Redis::Pipeline

def without_reconnect(&block)

def without_reconnect(&block)
  @without_reconnect = true
  yield
end