fastcache icon indicating copy to clipboard operation
fastcache copied to clipboard

Great work! Can you please do one with layeredcache?

Open hiqbn opened this issue 6 years ago • 1 comments

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.

hiqbn avatar Jun 01 '19 14:06 hiqbn

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.

hiqbn avatar Jun 02 '19 09:06 hiqbn