index.js
Function init_redis_plugin
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
exports.init_redis_plugin = function (next, server) {
const plugin = this
// this function is called by plugins at init_*, to establish their
// shared or unique redis db handle.