przpl

Results 1 issues of przpl

Example code ``` this._client.SET("key", "value", "NX", (err, reply) => { console.log(reply); // should print "OK" only on the first call }); ``` NX is "Only set the key if it...