Reputation: 35884
I've been testing out the cache and redis-cache plugins and there is a way to disable the cache plugin with:
grails.cache.enabled=false
Unfortunately, there doesn't seem to be able to do the same for the redis-cache plugin. So when I disabled cache, the redis-cache plugin complains about a missing bean. Seems legit, but I'd really like to be able to disable all caching for local development. Suggestions?
Upvotes: 1
Views: 596