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