chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 42 forks source link

how do I do a flushall or delete all keys? #27

Closed namgk closed 4 years ago

namgk commented 4 years ago

Thanks

namgk commented 4 years ago

after digging up the code, I'm answering myself and for others who might wonder:

You need to put a change node that creates a msg without payload and with a topic to be an empty array:

image

image