Commit c798cde
Pass flexible_cluster_mode config to Repository in CacheManager
Repository::flexible() references the flexible_cluster_mode config,
but CacheManager::repository() was using Arr::only($config, ['store']),
which prevented flexible_cluster_mode from being passed to Repository.
Changes:
- Modified Arr::only($config, ['store', 'flexible_cluster_mode'])
- This ensures flexible_cluster_mode config is properly passed to Repository
Test results:
- Local: 75 tests, 302 assertions all passed
- Valkey Serverless: 3/3 patterns all succeeded
- phpredis + default: SUCCESS
- predis + default: SUCCESS
- predis + clusters: SUCCESS
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1eadeb1 commit c798cde
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments