添加valkey support

This commit is contained in:
CN-JS-HuiBai
2026-04-04 19:33:22 +08:00
parent 96dd30a343
commit f75e755f3d
6 changed files with 184 additions and 16 deletions

View File

@@ -1,13 +1,10 @@
# MySQL Configuration
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=your_password
MYSQL_DATABASE=display_wall
# Server Configuration
HOST=0.0.0.0
PORT=3000
# Data refresh interval (ms)
REFRESH_INTERVAL=5000
# Valkey/Redis Cache Configuration
VALKEY_HOST=localhost
VALKEY_PORT=6379
VALKEY_PASSWORD=
VALKEY_DB=dashboard
VALKEY_TTL=30