info on emptying redis database

pull/85/head
Christophe Vandeplas 2018-10-31 13:00:43 +01:00 committed by GitHub
parent ce2661053b
commit 8e39f26d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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]