Skip to content

[8.76.0] Redis flush array_unique error #40037

@it-can

Description

@it-can
  • Laravel Version: 8.76.0
  • PHP Version: 8.0.13
  • Database Driver & Version: MariaDB & Redis

Description:

Flushing redis generates this error:

array_unique(): Argument #1 ($array) must be of type array, null given

I think it has to do with #39939

Reverting back to 8.75.0 everything works again.

Steps To Reproduce:

Cache::tags('menu')->flush();
array_unique(): Argument #1 ($array) must be of type array, null given

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions