UNPKG

nodejs-health-checker

Version:

Simple Nodejs package to simplify applications based in Node, to trace the healthy of the pods

9 lines 377 B
import { HTTPChecker, IntegrationConfig } from "../interfaces/types.js"; /** * Perform a memcache instance config and call to check * if the service is available * @param config IntegrationConfig * @returns Promise<HTTPChecker> */ export declare function checkMemcachedClient(config: IntegrationConfig): Promise<HTTPChecker>; //# sourceMappingURL=memcache-service.d.ts.map