class Redis::Client

def without_reconnect(&blk)

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