Method: Redis::Connection::Synchrony#initialize
- Defined in:
- lib/redis/connection/synchrony.rb
#initialize ⇒ Synchrony
Returns a new instance of Synchrony.
54 55 56 57 58 |
# File 'lib/redis/connection/synchrony.rb', line 54 def initialize @timeout = 5_000_000 @state = :disconnected @connection = nil end |