Method: Redis::Connection::RedisClient#unbind
- Defined in:
- lib/redis/connection/synchrony.rb
#unbind ⇒ Object
41 42 43 44 45 46 47 48 |
# File 'lib/redis/connection/synchrony.rb', line 41 def unbind if @req @req.fail [:error, Errno::ECONNRESET] @req = nil else fail end end |