live-forum/server/admin/ZrAdminNetCore/Infrastructure/Cache
zpc c227256015
All checks were successful
continuous-integration/drone/push Build is passing
feat(liveforum): add WebAPI Redis cache management for streamer flower counts
- Add WebApiCache Redis client instance to RedisServer for separate cache storage
- Configure WebApiCache in appsettings.json with dedicated database (db=2)
- Add ClearAllFlowerCache() method to IT_StreamersService interface and implementation
- Add clear-flower-cache endpoint in T_StreamersController with permission and logging
- Update flower cache operations to use WebApiCache instead of main Cache instance
- Migrate existing cache clear logic in UpdateStreamer and BatchSetFlowerCount to use WebApiCache
- Add clearFlowerCache API function to frontend tstreamers.js
- Add clear cache button to tstreamers.vue UI for manual cache management
- Improves cache isolation between admin and WebAPI services, enabling independent cache lifecycle management
2026-04-01 18:28:28 +08:00
..
CacheHelper.cs 重新推送 2026-03-24 11:27:37 +08:00
RedisServer.cs feat(liveforum): add WebAPI Redis cache management for streamer flower counts 2026-04-01 18:28:28 +08:00