live-forum/server/admin/ZrAdminNetCore/Infrastructure
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
..
App 重新推送 2026-03-24 11:27:37 +08:00
Attribute 重新推送 2026-03-24 11:27:37 +08:00
Cache feat(liveforum): add WebAPI Redis cache management for streamer flower counts 2026-04-01 18:28:28 +08:00
Constant 重新推送 2026-03-24 11:27:37 +08:00
Controllers 重新推送 2026-03-24 11:27:37 +08:00
Converter 重新推送 2026-03-24 11:27:37 +08:00
CustomException 重新推送 2026-03-24 11:27:37 +08:00
Enums 重新推送 2026-03-24 11:27:37 +08:00
Extensions 重新推送 2026-03-24 11:27:37 +08:00
Helper 重新推送 2026-03-24 11:27:37 +08:00
IPTools 重新推送 2026-03-24 11:27:37 +08:00
Model 重新推送 2026-03-24 11:27:37 +08:00
WebExtensions 重新推送 2026-03-24 11:27:37 +08:00
AppSettings.cs 重新推送 2026-03-24 11:27:37 +08:00
GlobalConstant.cs 重新推送 2026-03-24 11:27:37 +08:00
InternalApp.cs 重新推送 2026-03-24 11:27:37 +08:00
JwtUtil.cs 重新推送 2026-03-24 11:27:37 +08:00
Log.cs 重新推送 2026-03-24 11:27:37 +08:00
ZR.Infrastructure.csproj 重新推送 2026-03-24 11:27:37 +08:00