Skip to content

Redis::sscan(): Argument #2 ($i_iterator) must be passed by reference, value given #40149

@akalongman

Description

@akalongman
  • Laravel Version: 8.77.1
  • PHP Version: 8.0.13
  • Database Driver & Version: 8.0.14
  • Redis Version: 5.3.4
  • Driver: PhpRedis

Description:

Looks like its related to Redis tagged cache.

ErrorException
Redis::sscan(): Argument #2 ($i_iterator) must be passed by reference, value given
vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php:384

Steps To Reproduce:

Just call

app(\Illuminate\Contracts\Cache\Repository::class)->tags(['some', 'tags'])->flush();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions