mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-20 12:51:30 +02:00
Added 'valkey' cache driver as an alias of 'redis'
This commit is contained in:
@@ -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'))
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user