Redash helps you make sense of your data. Connect and query your data sources, build dashboards to visualize data and share them with your company.
I’ve updated from v7 to v8 and moved to docker containers. I’m not sure how to clear my query queues now (what used to be redis-cli flushall).
We need to execute it from the Dockerized Redis now (docker-compose exec redis redis-cli)
Check all Redis keys
sudo docker-compose exec redis redis-cli keys "*"
flushall Redis data
sudo docker-compose exec redis redis-cli flushall
References:
Table of Contents
Other articles
More articles ➜Chat with Your Product Manual: Simplify Your Life with LangChain and ChatGPT?
How to use ChatGPT to help you easier to use an extreme long product manual
