Integrate automatic redis startup with the project

This commit is contained in:
2025-02-17 15:58:53 +01:00
parent 6841d96455
commit ba6e2a6402
13 changed files with 104 additions and 28 deletions

6
.gitignore vendored
View File

@ -22,3 +22,9 @@ node_modules/
# compiled documentation
site/
.env
### Redis ###
# Ignore redis binary dump (dump.rdb) files
*.rdb