feat: add dynamic Redis configuration to coordinator installer

- Add redis_port field to CoordinatorServer struct
- Refactor ensure_redis_running() to use @[params] pattern
- Pass redis_port and redis_addr dynamically from config
- Follow same pattern as cryptpad installer for consistency
This commit is contained in:
peternashaat
2025-11-16 13:34:38 +00:00
parent a26f0a93fe
commit 06fcfa5b50
3 changed files with 24 additions and 7 deletions