mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 05:07:58 +08:00
Update cache doc.
This commit is contained in:
parent
6c03914361
commit
641088dab7
@ -12,7 +12,7 @@ composer require hyperf/cache
|
||||
| 配置 | 默认值 | 备注 |
|
||||
|:------:|:----------------------------------------:|:---------------------:|
|
||||
| driver | Hyperf\Cache\Driver\RedisDriver::class | 缓存驱动,默认为Redis |
|
||||
| packer | Hyperf\Cache\Packer\PhpSerializer::class | 打包器 |
|
||||
| packer | Hyperf\Utils\Packer\PhpSerializer::class | 打包器 |
|
||||
| prefix | 'c:' | 缓存前缀 |
|
||||
|
||||
```php
|
||||
|
Loading…
Reference in New Issue
Block a user