You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: checkout the API for the [callback based client here](#methods-callbacks-based-client)
36
34
37
35
### Example: create a client
38
36
@@ -83,7 +81,7 @@ Check out the code in the [examples](./examples) folder: master,workers, tasks a
83
81
84
82
## API Reference
85
83
86
-
### Methods: async/await enabled client
84
+
### Methods: async/await enabled client methods
87
85
88
86
*`init(options)`
89
87
*`connect(options, connect_cb)`
@@ -115,7 +113,7 @@ Check out the code in the [examples](./examples) folder: master,workers, tasks a
115
113
* children is an array of strings
116
114
* stat is an object
117
115
118
-
### Methods: callbacks based client
116
+
### Methods: callbacks based client methods
119
117
120
118
*`init(options)`
121
119
*`connect(options, connect_cb)`
@@ -216,7 +214,7 @@ For more details please refer to ZooKeeper docs.
216
214
217
215
## Windows support
218
216
219
-
Install `CMake` to build a ZooKeeper client on Windows. `Python 2.7.x` is currently required by the tool `node-gyp` to build the ZooKeeper client as a native Node.js Addon.
217
+
Install `CMake` to build a ZooKeeper client on Windows. Install Python.
220
218
221
219
Also, run `npm install` in a Powershell window. For further instructions visit [node-gyp documentation](https://github.com/nodejs/node-gyp/#on-windows).
0 commit comments