# File lib/redis/connection/synchrony.rb, line 54 def unbind @connected = false if @req @req.fail [:error, Errno::ECONNRESET] @req = nil else fail end end