Skip to content

Instantly share code, notes, and snippets.

@cbourdage
Created July 2, 2015 13:40
Show Gist options
  • Save cbourdage/359b741eecccd435eb76 to your computer and use it in GitHub Desktop.
Save cbourdage/359b741eecccd435eb76 to your computer and use it in GitHub Desktop.
flushing redis and memcached from vm
vagrant ssh
redis-cli flushall
telnet localhost 11211
flush_all
(okay will display)
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment