feat: init

This commit is contained in:
2025-11-07 23:46:02 +08:00
parent b767041311
commit 6eb0c9c8dc
9 changed files with 96 additions and 47 deletions

11
docker-compose-redis.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
redis:
image: redis:7.2
container_name: local-redis
restart: unless-stopped
ports:
- "127.0.0.1:6379:6379"
command: >
redis-server --appendonly no --timeout 10 --tcp-keepalive 300