doublesharp/lru-cache-for-clusters-as-promised

View on GitHub

Showing 1 of 7 total issues

LRUCacheForClustersAsPromised has 30 functions (exceeds 20 allowed). Consider refactoring.
Open

class LRUCacheForClustersAsPromised {
  constructor(options = {}) {
    // this is how the clustered cache differentiates
    this.namespace = options.namespace || 'default';

Severity: Minor
Found in lru-cache-for-clusters-as-promised.js - About 3 hrs to fix
    Severity
    Category
    Status
    Source
    Language