Skip to content

Instantly share code, notes, and snippets.

@heizusan
Forked from smoovej/gist:2831159
Created May 30, 2012 00:00
Show Gist options
  • Save heizusan/2831551 to your computer and use it in GitHub Desktop.
Save heizusan/2831551 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