Merge branch 'master' of github.com:research/chocolate

This commit is contained in:
Eric Wustrow
2012-07-12 19:38:44 -04:00
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env python
print "WARNING: Redis database will be cleared!"
raw_input("Press Enter to continue. ")
import redis
r = redis.Redis()
for i in xrange(len(r.keys())):
r.delete(r.randomkey())