class Redis::Pipeline

def without_reconnect(&blk)

def without_reconnect(&blk)
  with_reconnect(false, &blk)
end