Update cache doc.

This commit is contained in:
李铭昕 2019-04-27 13:06:04 +08:00
parent 719b473d35
commit 6c03914361

View File

@ -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:',
],
];