Releases: asib11/cache-clear-cli
Releases · asib11/cache-clear-cli
Release list
v1.0.0
I built a command-line tool in Go that helps me manage all the caches in my Medusa and Next.js project. Instead of manually going into Redis, deleting Next.js cache folders, or clearing node module caches one by one, I just run a single command and it handles everything at once. It also shows me the cache status — like how many keys are in Redis, how much space the Next.js cache is taking up, things like that