# File lib/redis/connection/ruby.rb, line 127
        def with_timeout(seconds, &block)
          Timeout.timeout(seconds, &block)
        end