Check if memcache is working Fri, 11/08/2019 drush ev 'cache_set("foo", "bar", "cache");' drush ev '$x = new MemCacheDrupal("cache"); print_r($x->get("foo"));'snippet to check if memcache is working. Drupal 8 Devops View the discussion thread.