# File lib/redis/connection/ruby.rb, line 114 def with_timeout(seconds, &block) SystemTimer.timeout_after(seconds, &block) end