Skip to content

Instantly share code, notes, and snippets.

@CrookedNumber
Created November 15, 2012 04:28
Show Gist options
  • Save CrookedNumber/4076643 to your computer and use it in GitHub Desktop.
Save CrookedNumber/4076643 to your computer and use it in GitHub Desktop.
memcahce stats via drush
drush php-eval '$m =memcache_connect("localhost", 11211); print_r($m->getStats());'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment