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 ➜[TIL] How to Calculate Cost per Lambda Function?
How actual AWS Lambda cost is calculated?

![[Note] Understand how does Dify handle token cost and latency of LLM API](/_next/image?url=%2Fstatic%2Fimages%2Fblog%2Fnote-understand-how-does-dify-handle-token-cost-and-latency-of-llm-api%2Fcover.png&w=828&q=75)