Handbook for finding item ids for several anime games.
Find a file
Yuuki 8d502f1e4f feat: Add Redis caching for general API and minor runtime/refactors
- 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
2025-10-24 04:22:36 +08:00
src feat: Add Redis caching for general API and minor runtime/refactors 2025-10-24 04:22:36 +08:00
.gitignore Hello 2025-04-12 23:32:47 +08:00
.prettierignore Hello 2025-04-12 23:32:47 +08:00
.prettierrc Hello 2025-04-12 23:32:47 +08:00
.prettierrc.json Hello 2025-04-12 23:32:47 +08:00
docker-compose.yml feat: Update Docker configuration, enhance AI sync and usage commands, and improve system resource monitoring 2025-05-27 19:58:43 +08:00
package.json feat: Add image upload functionality with authorization and processing; enhance response types for uploads 2025-07-02 09:33:44 +08:00
README.md Hello 2025-04-12 23:32:47 +08:00
run.sh feat: Add Redis caching for general API and minor runtime/refactors 2025-10-24 04:22:36 +08:00
tsconfig.json feat: Add Redis caching for general API and minor runtime/refactors 2025-10-24 04:22:36 +08:00

TODO