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
I'm facing the same issue as described here: 3rd-Eden#339
I'm still using 3rd-Eden package, but worth the shot asking here if you know how this issue could be solved.
My current config is and I don't run in cluster mode:
constmemcached=newMemcached(MEMCACHED_ADDRESS,{maxExpiration: MAX_EXPIRATION_TIME,maxValue: 2097152,// Max length of cache value in bytestimeout: 3000,// after x ms the server should send a timeout if we can't connectpoolSize: 50,// maximal parallel connectionsretries: 2,// Connection pool retries to pull connection from poolminTimeout: 500,// Connection pool retry min delay before retryingmaxTimeout: 1000,// Connection pool retry max delay before retryingretry: 1000,// When a server has an error, wait this amount of time before retrying})
I'm also wondering if this was a 1-to-1 rewrite or did you guys fix any bugs and are going to maintain this lib?
It is my interest to update to a lib that at least is minimally maintained
The text was updated successfully, but these errors were encountered:
Hey @lucasfeliciano sorry for the delay in responding back. We had a couple of issues in the original repo. However, we figured that this repo was not actively making any new releases, and hence forked a copy. The intention of this repo was to minimally maintain it.
It was mainly a 1-to-1 rewrite of the repo, with the following changes,
i) adding Typescript support
ii) Update any dependencies
iii) Promisifying the API's
iv) Pulled the fix (294)
v) Exposed addListener for custom listeners
Most of this was remerged back to v3.0.x (332) in the original repo (except for fifth point above).
If you see any additional value using this repo, please feel free to use it and let us know.
I'm facing the same issue as described here: 3rd-Eden#339
I'm still using 3rd-Eden package, but worth the shot asking here if you know how this issue could be solved.
My current config is and I don't run in cluster mode:
I'm also wondering if this was a 1-to-1 rewrite or did you guys fix any bugs and are going to maintain this lib?
It is my interest to update to a lib that at least is minimally maintained
The text was updated successfully, but these errors were encountered: