Updated cache_driver possible values

This commit is contained in:
Chris Kankiewicz
2025-04-25 09:51:38 -07:00
parent b64277feb4
commit 0e15d2ad74

View File

@@ -10,7 +10,7 @@ return [
* the cache across requests. Additional driver-specific options may require
* configuration below.
*
* Possible values: apcu, array, file, memcached, redis, php-file
* Possible values: apcu, array, file, memcached, redis, php-file, valkey
*
* Default value: 'file'
*/