diff --git a/app/src/Factories/CacheFactory.php b/app/src/Factories/CacheFactory.php index cfb7d7b..61f0ead 100644 --- a/app/src/Factories/CacheFactory.php +++ b/app/src/Factories/CacheFactory.php @@ -36,6 +36,7 @@ class CacheFactory 'memcached' => $this->getMemcachedAdapter(), 'php-file' => $this->getPhpFilesAdapter(), 'redis' => $this->getRedisAdapter(), + 'valkey' => $this->getRedisAdapter(), default => throw InvalidConfiguration::fromConfig('cache_driver', $this->config->get('cache_driver')) }; }