MingxuanGame
216d3ab3bf
feat(redis): refactor Redis configuration to use multiple logical databases
- Updated default REDIS_URL to remove explicit /0 suffix
- Added dedicated Redis clients:
- db0: general cache (redis_client)
- db1: message cache (redis_message_client)
- db2: binary storage (redis_binary_client)
- db3: rate limiting (redis_rate_limit_client)
- Updated configuration, Docker files, and main startup lifecycle accordingly
- Replaced `get_redis()` usage in notification server with `redis_message_client`
2025-10-04 05:39:59 +00:00
..
2025-10-04 05:39:59 +00:00
2025-10-04 04:57:24 +00:00
2025-10-03 17:12:28 +00:00
2025-10-04 04:57:24 +00:00
2025-10-03 17:12:28 +00:00
2025-10-03 17:12:28 +00:00
2025-10-03 17:12:28 +00:00
2025-10-03 17:12:28 +00:00
2025-10-03 17:12:28 +00:00
2025-10-03 17:27:47 +00:00