UNPKG

node-consul-service

Version:

A robust Node.js service that integrates with HashiCorp Consul for service discovery and configuration management. This service provides a comprehensive solution for managing distributed systems and microservices architecture, making it easier to handle s

5 lines (4 loc) 196 B
export declare function getCachedAndUncachedItems(ids: string[], cacheGetter?: (ids: string[]) => Promise<(any | null)[]>): Promise<{ cacheMap: Map<string, any>; idsToFetch: string[]; }>;