AI Engineer
d6335d0d41
fix(redis): Result.Bool() 增加 OK 判断,SafeMode 改为仅拦截危险命令,修复 JS Logger 注入(by AI)
...
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-21 20:31:07 +08:00
AI Engineer
e6e2b607ff
feat(redis): add new-protocol compatibility for deprecated commands with auto-fallback
...
SETEX/SETNX/HMSET/GETSET/ZREVRANGE now try their modern equivalents
first (SET with modifiers, HSET, ZRANGE REV). On error, they silently
fall back to the legacy command and set a compat flag to skip the new
protocol on subsequent calls. Also bump shell to v1.5.4.
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-21 15:18:02 +08:00
AI Engineer
701284368b
feat(redis): 具名化 JS 导出并动态包裹错误(by AI)
2026-06-21 10:34:06 +08:00
AI Engineer
f5ba9b2f97
refactor(redis): streamline JS exports, add singleton with Logger from context
...
- Remove redundant per-command JS shortcuts, unified under Do()
- Remove unused PascalCase instance methods
- Add getDefaultRedisForJS singleton that extracts log.Logger from Context
- Add MakeID export for JS-side distributed ID generation
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-20 22:08:56 +08:00
AI Engineer
3495b56a36
feat: add SetConfig for dynamic configuration (by AI)
2026-06-08 20:47:52 +08:00
AI Engineer
3fc84e4ca1
feat: register context-aware redis capabilities to jsmod
2026-05-30 19:26:27 +08:00
AI Engineer
b1b000d9a3
chore: release v1.0.8 - align NewIDMaker API with id.IDMaker
2026-05-10 09:52:32 +08:00
AI Engineer
e9ffae9fd2
chore(deps): align with log v1.1.13
2026-05-09 14:56:00 +08:00
AI Engineer
89f71eecd8
feat: enhance password decryption and update dependencies
2026-05-07 21:04:23 +08:00
AI Engineer
3b32a0efb7
重构 PubSub 状态管理,修复并发竞态风险(by AI)
2026-05-05 17:34:23 +08:00
AI Engineer
28308c2f58
refactor: standardize ID naming and optimize performance (by AI)
2026-05-04 00:46:17 +08:00
AI Engineer
9f4b4ff381
test: add TestMain env check and IdMaker coverage (by AI)
2026-05-03 12:01:59 +08:00
AI Engineer
067e74d46d
chore: code review and fix race conditions in redis module (by AI)
2026-05-03 09:47:14 +08:00
AI Engineer
69324d566e
feat: migrate redis module from ssgo to apigo.cc/go standard
2026-05-03 08:43:23 +08:00