KeisukeYamashita / memcached-node

A Promise-base Memcached client library for Node.js written in Typescript
Apache License 2.0
1 stars 2 forks source link

big data reading problem #24

Open genseric opened 3 years ago

genseric commented 3 years ago

What

Hello, when i try to read a big amount of data from memcached, it truncates some of it and data becomes unusable, returning a no matching error from response.ts. it's around 2750 characters string-wise.

Why

i did not get this error on the outdated but popular nodejs-memcached

thanks.

KeisukeYamashita commented 2 years ago

Sorry for my late response. Thank you for your report, let me check 🙏