From 8e39f26d71156397ffc289a0b2417286c22a9991 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Wed, 31 Oct 2018 13:00:43 +0100 Subject: [PATCH] info on emptying redis database --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7ffff5..2f0bf13 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ OR, just toggle the debug flag in start_all.sh script. Happy hacking ;) +## Restart from scratch + +To restart from scratch and empty all data from your dashboard you can use the [FLUSHDB](https://redis.io/commands/flushdb) or [FLUSHALL](https://redis.io/commands/flushall) command on your redis instance on port `6250`. + + # zmq_subscriber options ```usage: zmq_subscriber.py [-h] [-n ZMQNAME] [-u ZMQURL]