Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcached GetMulti #44

Open
ScriptedAlchemy opened this issue Jun 7, 2018 · 0 comments
Open

Memcached GetMulti #44

ScriptedAlchemy opened this issue Jun 7, 2018 · 0 comments

Comments

@ScriptedAlchemy
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant