mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 19:58:22 +08:00
Update cache doc.
This commit is contained in:
parent
719b473d35
commit
6c03914361
@ -21,7 +21,7 @@ composer require hyperf/cache
|
||||
return [
|
||||
'default' => [
|
||||
'driver' => Hyperf\Cache\Driver\RedisDriver::class,
|
||||
'packer' => Hyperf\Cache\Packer\PhpSerializer::class,
|
||||
'packer' => Hyperf\Utils\Packer\PhpSerializer::class,
|
||||
'prefix' => 'c:',
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user