remove redis

This commit is contained in:
JakkrapartXD 2026-01-12 03:36:54 +00:00
parent 646a10f45c
commit af58550f7f
10 changed files with 12 additions and 89 deletions

View file

@ -274,7 +274,6 @@ CREATE INDEX idx_courses_deleted ON courses(deleted_at) WHERE deleted_at IS NULL
### Query Optimization
- Use `SELECT` specific columns
- Implement pagination
- Cache course lists in Redis
- Use database views for complex queries
---