speedgoose
speedgoose copied to clipboard
Next-level mongoose caching layer with event based cache clearing
I was attempting to track down why my caching wasn't working in the dev environment and enabled logs via the debugConfig.enabled property. This was fine, but the formatting of the...
Speedgoose currently supports InMemory strategy and RedisStrategy. There is another popular storage with which we need to integrate - Memcached. **Technical details:** The way of working this strategy should follow...
### Description I noticed that after running tests with speedgoose, there are remaining Redis keys that don't seem to be cleaned up automatically. I'm using the SpeedGooseCacheAutoCleaner plugin but still...