Skip to content

Releases: asib11/cache-clear-cli

Release list

v1.0.0

Choose a tag to compare

@asib11 asib11 released this 16 May 04:03
3432769

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