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)
You might consider adding the
#showdev
tag, which is specifically for showing off stuff you've build. Welcome to DEV!Thanks !