def redis_key_for_technologies(technologies)
      keys = technologies.map {|t| nest[:technologies][t]}.compact

      if keys.length > 1
        nest[:temp][{technologies: technologies}.hash].tap do |k|