Created
September 16, 2013 17:12
-
-
Save delphian/6583566 to your computer and use it in GitHub Desktop.
Manually flush memcache from the drush command prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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