From e2adb5325bb50215fa261477032d782d5ee1bd60 Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Thu, 10 Mar 2016 23:02:27 -0800 Subject: [PATCH] Added Cluster connection to missing feature in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35a907d..1e51fe5 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ Unstable Incomplete/missing features: +- Ssl connection: not implemented yet - Typed errors: currently most errors are direct instance of Error, which is not practical for error handling -- Ssl connection: Ssl connetion is not implemented yet -- Set system settings: not implemented yet - Performance: there's still some while loop in the code that could be problematic with node.js - Tests: tests are only covering happy path scenarios for now +- Cluster connection: not implemented yet +- Set system settings: not implemented yet - NPM package: no package released yet, I will release one when code is stable ## Porting .Net Task to Node.js