memcachier / memjs

A memcache client for node using the binary protocol and SASL authentication
MIT License
197 stars 52 forks source link

Fix incr seq timing in get multi #155

Closed blackmad closed 3 years ago

blackmad commented 3 years ago

we are calling incrSeq after constructing the getMulti request when we should be incrementing it before.

here's what currently happens

what I think is happening is

solution: save the current seqno for the entire getMulti run