Skip to content

Instantly share code, notes, and snippets.

@stuartf
stuartf / wipe-oae.sh
Last active December 15, 2015 17:09
Wipe all OAE data BE CAREFUL
#!/bin/sh
# Delete all cassandra data
cassandra-cli << EOF
drop keyspace oae;
EOF
# Delete all redis data
redis-cli << EOF
flushall