# File lib/redis.rb, line 95 def quit synchronize do |client| begin client.call [:quit] rescue ConnectionError ensure client.disconnect end end end