redisAdaptor.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function redisAdaptor has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var redisAdaptor = function (config) {
"use strict";
 
var redis = config.connection;
var client;
Severity: Minor
Found in redisAdaptor.js - About 1 hr to fix
    Category
    Status