UNPKG

@mojaloop/inter-scheme-proxy-cache-lib

Version:

Common component, that provides scheme proxy caching mapping (ISPC)

10 lines (8 loc) 296 B
declare const REDIS_KEYS_PREFIXES: { readonly als: "als"; readonly dfsp: "dfsp"; readonly getParties: "getParties"; }; declare const REDIS_SUCCESS: "OK"; declare const REDIS_IS_CONNECTED_STATUSES: string[]; export { REDIS_IS_CONNECTED_STATUSES, REDIS_KEYS_PREFIXES, REDIS_SUCCESS };