nxtgauge-backend-rust/crates/cache/src
Ashwin Kumar Sivakumar b99651f330 fix: resolve warnings (partial)
- Fix unused variable entry_type -> _entry_type
- Remove unused imports BufMut and cache_jobs from companies handlers
- Fix doc comment on lazy_static
- Add #[allow(dead_code)] to reset_daily_actions and reset_monthly_credits
- Fix unused imports in job_seekers handlers
2026-07-06 02:55:42 +05:30
..
ai.rs Add Redis caching for AI generation rate limiting 2026-05-01 03:02:46 +02:00
client.rs feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
jobs.rs chore: checkpoint current workspace changes 2026-03-22 15:55:29 +01:00
lead.rs feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
lib.rs feat: Add Ask Ash AI credit system endpoints 2026-05-29 20:53:51 +05:30
ollama.rs fix: resolve warnings (partial) 2026-07-06 02:55:42 +05:30
otp.rs Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00
rate_limit.rs chore: checkpoint current workspace changes 2026-03-22 15:55:29 +01:00
token.rs Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00