UNPKG

@gis-ag/oniyi-http-plugin-cache-redis

Version:

Plugin responsible for caching responses into redis db

18 lines (12 loc) 242 B
'use strict'; // node core modules // 3rd party modules // internal modules const constants = { PHASE_NAME: 'cache', ERROR_MSG: 'Unable to perform caching operations', HOOK_STATE: 'hookState', }; module.exports = { constants, };