@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.
11 lines (10 loc) • 416 B
TypeScript
export declare const LINEBREAK = "\r\n";
export declare const NOREPLY = " noreply";
export declare const FLUSH = 1000;
export declare const BUFFER = 100;
export declare const CONTINUE = 10;
export declare const FLAG_JSON: number;
export declare const FLAG_BINARY: number;
export declare const FLAG_NUMERIC: number;
export declare const TOKEN_TYPES: Array<string>;
export declare const RESULT_PARSERS: Array<string>;