Handbook for finding item ids for several anime games.
- Introduce Redis caching to general API (getItem, findItem, listAsk, listBlog, detailsBlog) - Add DBRedis import and createMD5Hash helper (crypto) for stable cache keys - Attempt cache read before DB queries and cache responses (1 day TTL) - Log cache hits and fall back gracefully on Redis errors - Minor server/runtime changes: - Comment out automatic npm install/update in run.sh cloud path - Enable full manual sync in server sync command (call Sync(true, true, false, true)) - Update AI server endpoints base paths and include URL in init log - Small code cleanups: - Replace var with let for local variables in aiQueue and update - Adjust tsconfig path entries and formatting |
||
|---|---|---|
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .prettierrc.json | ||
| docker-compose.yml | ||
| package.json | ||
| README.md | ||
| run.sh | ||
| tsconfig.json | ||