File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -393,11 +393,7 @@ case the value needs to be recalculated.
393393 adapters :
394394 - cache.adapter.array
395395 - cache.adapter.apcu
396- - cache.my_redis
397-
398- cache.my_redis :
399- adapter : cache.adapter.redis
400- provider : ' redis://user:password@example.com'
396+ - {name: cache.adapter.redis, provider: 'redis://user:password@example.com'}
401397
402398 .. code-block :: xml
403399
@@ -431,13 +427,9 @@ case the value needs to be recalculated.
431427 'adapters' => [
432428 'cache.adapter.array',
433429 'cache.adapter.apcu',
434- 'cache.my_redis ',
430+ 'redis://user:password@example.com' => ' cache.adapter.redis ',
435431 ],
436432 ],
437- 'cache.my_redis' => [
438- 'adapter' => 'cache.adapter.redis',
439- 'provider' => 'redis://user:password@example.com',
440- ],
441433 ],
442434 ],
443435 ]);
You can’t perform that action at this time.
0 commit comments