Skip to content

Commit

Permalink
feat: updated docs for new options
Browse files Browse the repository at this point in the history
  • Loading branch information
vanatd committed Oct 5, 2020
1 parent 8401359 commit 10656a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/memjs/memjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ var Client = function(servers, options) {
// ~~~~
//
// Defaults to `console`.
//
// * `serializer` - the object which will make (de)serialization of data. It should
// has two public methods serialize and deserialize. Noop serializer will work
// by default.
// Or options for the servers including:
// * `username` and `password` for fallback SASL authentication credentials.
// * `timeout` in seconds to determine failure for operations. Default is 0.5
Expand Down

0 comments on commit 10656a6

Please sign in to comment.