@hapi/catbox-memcached v4.0.0
console
npm install @hapi/catbox-memcached@4.0.0console
yarn add @hapi/catbox-memcached@4.0.0console
pnpm add @hapi/catbox-memcached@4.0.0Memcached adaptor for catbox.
Compatibility
| Major version | License | Node.js |
|---|---|---|
| 4 | BSD | >= 16 |
new CatboxMemcached.Engine(options)
host- the Memcache server hostname. Defaults to127.0.0.1. Cannot be used withserver.port- the Memcache server port. Defaults to11211. Cannot be used withserver.server- the Memcache server hostname and port. Defaults to127.0.0.1:11211. Can be a string or an object as per memcache-client server specification.