fastcache
fastcache copied to clipboard
Great work! Can you please do one with layeredcache?
Used for http caching, I cant seem to find this function in fasthttp too. It'll be useful
https://github.com/karlseguin/ccache
The layeredcache feature is basically like hash feature of redis,
hset("key","field","value")
so as to create caching for websites based on key as domain name.
The reason asking for this is because https://github.com/karlseguin/ccache is very GC heavy and memory seems to run wild when the memory used is a lot.