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.

10 lines (9 loc) 302 B
export declare class MemcachedMissingKey extends Error { constructor(key: string); } export declare class MemcachedExpiredValue extends Error { constructor(key: string); } export declare class MemcachedOpFailed extends Error { constructor(operation: string, key: string, error?: string); }