You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
Hi,
I try to use your library in our node-based application that generates a lot of write/read requests to memcached server (with quite big rate). All is fine, but sometimes I receive from get method callback a strange result - error = undefined and data = null.
Note, I check manually memcached value for the same key - data is exists and has a correct value. Can you please advise what problem can be here? And how it can be resolved?
Simon
The text was updated successfully, but these errors were encountered:
I found a fork which handles the memcache GET requests with buffers and is maybe more safe. I will try to merge this as soon as possible and release a new version... or feel free to try it out yourself before. There's the commit:
Hi,
I try to use your library in our node-based application that generates a lot of write/read requests to memcached server (with quite big rate). All is fine, but sometimes I receive from get method callback a strange result - error = undefined and data = null.
Note, I check manually memcached value for the same key - data is exists and has a correct value. Can you please advise what problem can be here? And how it can be resolved?
Simon
The text was updated successfully, but these errors were encountered: