Skip to content

@hapi/catbox-memcached v4.0.0

console
npm install @hapi/catbox-memcached@4.0.0
console
yarn add @hapi/catbox-memcached@4.0.0
console
pnpm add @hapi/catbox-memcached@4.0.0

Memcached adaptor for catbox.

Compatibility

Major versionLicenseNode.js
4BSD>= 16

new CatboxMemcached.Engine(options)

  • host - the Memcache server hostname. Defaults to 127.0.0.1. Cannot be used with server.
  • port - the Memcache server port. Defaults to 11211. Cannot be used with server.
  • server - the Memcache server hostname and port. Defaults to 127.0.0.1:11211. Can be a string or an object as per memcache-client server specification.

Deploys by Netlify