laravel/framework

View on GitHub
src/Illuminate/Cache/RedisStore.php

Summary

Maintainability
A
3 hrs
Test Coverage

RedisStore has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

class RedisStore extends TaggableStore implements LockProvider
{
    /**
     * The Redis factory implementation.
     *
Severity: Minor
Found in src/Illuminate/Cache/RedisStore.php - About 2 hrs to fix

    Method currentTags has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function currentTags($chunkSize = 1000)
        {
            $connection = $this->connection();
    
            // Connections can have a global prefix...
    Severity: Minor
    Found in src/Illuminate/Cache/RedisStore.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status