DEV Community

Boris
Boris

Posted on

Manage rails cache by Web UI (Redis, Memory, etc...)

Hi, I come to present you with a gem that I have just made.

I work in a company where we use the cache a lot (Redis) and sometimes we need to delete our cache keys, which can be "boring" to do that we have to delete several keys. So I made a tool with a web interface (made with Bootstrap which allows you to delete keys more quickly.

For the moment this tool works just for RedisCacheStore, MemoryStore and FileStore.

Here is the link: RailsWebCache

Enjoy ! 🙂

Top comments (2)

Collapse
 
codemouse92 profile image
Jason C. McDonald

You might consider adding the #showdev tag, which is specifically for showing off stuff you've build. Welcome to DEV!

Collapse
 
borisbresciani profile image
Boris

Thanks !