class Redis

def without_reconnect(&blk)

Run code without the client reconnecting
def without_reconnect(&blk)
  with_reconnect(false, &blk)
end