OptionalserversComma-separated host:port server list. Defaults to memjs's own default.
Optionaloptionsmemjs client options (username/password/timeout/retries/etc).
OptionalclientPre-built memjs client; when given, connect() uses it and skips require('memjs').
Connection options for
MemcachedStore.serversis a comma-separated list ofhost:portentries (memjs's standard format, e.g."localhost:11211"or"cache1:11211,cache2:11211").optionsis passed straight through tomemjs.Client.create(servers, options). Supply a pre-built memjsclientto skip the lazyrequire('memjs')entirely (used by tests to inject a mock, and by callers who manage the client themselves).