function drush_memcached_stats_validate in Memcache API and Integration 7
Implements drush_hook_COMMAND_validate().
File
- ./
memcache.drush.inc, line 114 - Provides a drush interface to Memcached.
Code
function drush_memcached_stats_validate() {
return _memcache_is_available();
}