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

Is it synchronous? #347

Closed
anurbol opened this issue May 28, 2019 · 2 comments
Closed

Is it synchronous? #347

anurbol opened this issue May 28, 2019 · 2 comments

Comments

@anurbol
Copy link

anurbol commented May 28, 2019

I see that the retrieved values are passed to callbacks. Is it because this library works asynchronously? If yes, why? Can't memory reading/writing be done synchronously?

@nmaves
Copy link

nmaves commented Jun 17, 2019

Memcache is a distributed cache and is not in your local memory so you really do want these operations async.

@anurbol
Copy link
Author

anurbol commented Jun 18, 2019

@nmaves makes sense, thanks!

@anurbol anurbol closed this as completed Jun 18, 2019
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

2 participants