Commit Graph

5 Commits

Author SHA1 Message Date
zpc
f8cf88cbe1 21
Some checks failed
continuous-integration/drone/push Build is failing
2026-04-01 19:52:28 +08:00
zpc
356bb074d5 21
Some checks failed
continuous-integration/drone/push Build is failing
2026-04-01 19:47:20 +08:00
zpc
c227256015 feat(liveforum): add WebAPI Redis cache management for streamer flower counts
All checks were successful
continuous-integration/drone/push Build is passing
- 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
zpc
70c1654a96 送花数量
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-01 18:04:36 +08:00
zpc
cc1c644b44 重新推送 2026-03-24 11:27:37 +08:00