orgsync/stoplight

View on GitHub
lib/stoplight/data_store/redis.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Redis has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Redis < Base
      KEY_SEPARATOR = ':'
      KEY_PREFIX = %w[stoplight v4].join(KEY_SEPARATOR)

      # @param redis [::Redis]
Severity: Minor
Found in lib/stoplight/data_store/redis.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status