UNPKG

@creditkarma/memcached

Version:

A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.

3 lines (2 loc) 99 B
import { IMemcachedConfig } from './types'; export declare const DEFAULT_CONFIG: IMemcachedConfig;