nxtgauge-backend-rust/crates
Tracewebstudio Dev 42a9a17133 Add Redis caching for AI generation rate limiting
- Add cache::ai module with Redis rate limiting for AI generations
- Add functions: check_ai_rate_limit, get_ai_usage, cache_ai_response,
  get_cached_ai_response, invalidate_ai_cache, reset_daily_usage
- Update check_and_increment_usage to use Redis fast-path before DB
- Redis key pattern: ai:rate:{user_id} for 24hr sliding window counter
2026-05-01 03:02:46 +02:00
..
auth chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
cache Add Redis caching for AI generation rate limiting 2026-05-01 03:02:46 +02:00
contracts chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
db Add AI endpoints and gateway route fix 2026-05-01 02:54:42 +02:00
db-migrate feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
email chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
storage chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00