mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Merge branch 'master' of github.com:research/chocolate
This commit is contained in:
@@ -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())
|
||||||
Reference in New Issue
Block a user