class Redis::Connection::Ruby

def with_timeout(seconds, &block)

def with_timeout(seconds, &block)
  SystemTimer.timeout_after(seconds, &block)
end