UNPKG

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

Version:

Plugin responsible for caching responses into redis db

11 lines (6 loc) 186 B
'use strict'; // node core modules // 3rd party modules // internal modules const hooks = require('./hooks'); module.exports = (cache, pluginOptions) => hooks(cache, pluginOptions);