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

@ -266,11 +266,7 @@ model Course {
}
```
### 5.2 Caching (Redis)
Cache course listings, user sessions, and frequently accessed data using Redis with `setEx()` for TTL.
### 5.3 Rate Limiting
### 5.2 Rate Limiting
Use `express-rate-limit` middleware to limit requests (e.g., 100 requests per 15 minutes).