# File lib/redis/connection/synchrony.rb, line 61
      def initialize
        @timeout = 5_000_000
        @connection = nil
      end