Skip to content

Instantly share code, notes, and snippets.

@matthuhiggins
Created November 9, 2010 05:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthuhiggins/668744 to your computer and use it in GitHub Desktop.
Save matthuhiggins/668744 to your computer and use it in GitHub Desktop.
clear memcache
namespace :cache do
desc 'Clear memcache'
task :clear => :environment do
Rails.cache.clear
end
end
@nskeip
Copy link

nskeip commented Mar 26, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment