class Redis::Pipeline

def with_reconnect(val=true)

def with_reconnect(val=true)
  @with_reconnect = false unless val
  yield
end