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

View on GitHub
lru-cache-for-clusters-as-promised.js

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

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

    Parsing error: Invalid ecmaVersion.
    Open

    /**

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status