class Redis::Client

def quit

def quit
  call_command(['quit'])
rescue Errno::ECONNRESET
end