Skip to content

Conversation

@vadimonus
Copy link
Contributor

@vadimonus vadimonus commented Nov 20, 2025

Split from #57714

Unskipping RedisStoreTest with Redis Cluster connections. Skipping just certain tests, that are failing with Predis to fix them later.

Test fails (see https://github.com/laravel/framework/actions/runs/19523922792/job/55892703186?pr=57837) with Call to undefined method RedisCluster::pipeline(). phpredis currently does not have support for pipelining in redis cluster (see https://github.com/phpredis/phpredis/blob/develop/cluster.md#pipelining).

To fix this case only for PhpRedisClusterConnection runninng same commands without pipeline in RedisTagSet::flushStaleEntries.

@github-actions
Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@vadimonus vadimonus force-pushed the redis-cluster-fix-flush-stale-with-phpredis branch from d8dd528 to c8d03e7 Compare November 20, 2025 02:55
@vadimonus vadimonus marked this pull request as ready for review November 20, 2025 03:10
@taylorotwell taylorotwell merged commit c17a10b into laravel:12.x Nov 20, 2025
66 checks passed
@vadimonus vadimonus deleted the redis-cluster-fix-flush-stale-with-phpredis branch November 20, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants