react-component-caching icon indicating copy to clipboard operation
react-component-caching copied to clipboard

Memcached GetMulti

Open ScriptedAlchemy opened this issue 6 years ago • 0 comments

Hey!

So I pretty much just did this for Rapscallion and wanna clarify if it needs to be done here.

Essentially I cant make individual calls to Memcached, the traffic I'm dealing with is massive. Pretty much do you use memecached.getMulti?

What I did for rapscallion is hook into its renderer and get the keys ahead of the actual render, so when its time to render, I've already got the whole cache in-memory.

Rapscallion is old and I want a faster solution when React 16. Yours is pretty much the best out there to date. Let me know if you need help, I'll be doing it either way if you don't have it :)

Do I need to open a PR or do you already do it?

ScriptedAlchemy avatar Jun 07 '18 02:06 ScriptedAlchemy