drush eval '\Drupal\node\Entity\Node::load(1)->save();'
properly queues invalidations of 'node:1' and 'node_list'.
However, running the same code in drush php (REPL shell) queue nothing :
$ drush php
Psy Shell v0.7.2 (PHP 7.0.6 β cli) by Justin Hileman
>>> \Drupal\node\Entity\Node::load(1)->save();
=> 2
>>> quit
$ drush p-queue-browse
$
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.