3rd-Eden / memcached

A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
MIT License
1.31k stars 276 forks source link

Refactor to use TypeScript and Promises #332

Closed kevin-greene-ck closed 6 years ago

kevin-greene-ck commented 6 years ago

For the most part I did a pretty direct translation of the old code to TypeScript. I also changed the exposed API to return Promises. Updated the tests for this usage.

mapleeit commented 6 years ago

@kevin-greene-ck That's awesome. Thanks for your effort. I'll take a look this weekend

Doc999tor commented 4 years ago

Will this PR get to the new release? Or is it safe to use the HEAD master as a stable production version?