class Redis::Connection::RedisClient
def unbind
def unbind @connected = false if @req @req.fail [:error, Errno::ECONNRESET] @req = nil else fail end end
def unbind @connected = false if @req @req.fail [:error, Errno::ECONNRESET] @req = nil else fail end end