Closed kawanet closed 3 years ago
@kawanet Thanks for all your PRs and improvements!
Do you see any more coming in the near future? Else we could bump the version and publish it.
@saschat Thank you for asking it. That's all for the moment.
The module's binary protocol looks working great, by the way. I have a plan to start using it in production from January after some more tests completed. I may have some updates later. Thank you again for providing the module.
ping
Sorry for the delay, version 1.3.0 is published now.
My benchmark https://github.com/kawanet/memcached-kvs shows that the new MemJs version 1.3.0 is 2%-9% faster than other node.js libraries of Memcached and memcached-lite. Keyv-Memcache does use MemJs as well. It's bit slow when handling larger Buffer due to JSONB overhead.
hashCode()
function runs every timeperform()
method called. It costs. It should run only when multiple server endpoints are given. This PR skip it when the only one server endpoint is given.hashCode()
hashCode()
✅hashCode()
hashCode()
In my case, AWS ElastiCache gives a single server endpoint.