Skip to content

feat: add cache backup handler in wizard

Wizard should add:

  • for Redis/Memcached cache:
cache.backupHandler="file"
  • for file cache:
cache.backupHandler="dummy"
Edited by Yassine Doghri