Skip to content

Instantly share code, notes, and snippets.

@delphian
Created September 16, 2013 17:12
Show Gist options
  • Save delphian/6583566 to your computer and use it in GitHub Desktop.
Save delphian/6583566 to your computer and use it in GitHub Desktop.
Manually flush memcache from the drush command prompt
# Copy this into your command prompt to manually flush memcache.
# Replace localhost.com with the domain name of the drupal site.
drush ev "dmemcache_flush()" --uri="localhost.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment