soluble-io/cache-interop

View on GitHub
packages/cache-redis/src/redis-cache-adapter.ts

Summary

Maintainability
A
0 mins
Test Coverage

Avoid too many return statements within this function.
Wontfix

    return setOp
      .then((reply) => reply === 'OK')
      .catch((e) => {
        return this.errorHelper.getCacheException(
          ['set', key],
Severity: Major
Found in packages/cache-redis/src/redis-cache-adapter.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Wontfix

          return this.errorHelper.getUnsupportedValueException(['set', key], v);
    Severity: Major
    Found in packages/cache-redis/src/redis-cache-adapter.ts - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status