Skip to content

Instantly share code, notes, and snippets.

@smoovej
Created May 29, 2012 22:23
Show Gist options
  • Save smoovej/2831159 to your computer and use it in GitHub Desktop.
Save smoovej/2831159 to your computer and use it in GitHub Desktop.
Clear memcached on Heroku
heroku run bundle exec rails console --app flixmaster
require "dalli"
dc = Dalli::Client.new
dc.flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment