# File lib/redis/client.rb, line 188 def without_reconnect begin original, @reconnect = @reconnect, false yield ensure @reconnect = original end end