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
c8e214547c
fix: align with encoding v1.5.2 (by AI)
2026-06-10 09:52:41 +08:00
AI Engineer
3495b56a36
feat: add SetConfig for dynamic configuration (by AI)
2026-06-08 20:47:52 +08:00
AI Engineer
4d8d18de7b
chore: infrastructure alignment and doc sync (by checkall)
2026-05-14 21:57:12 +08:00
AI Engineer
7f5ff81446
refactor: align with crypto.DefaultAES interface
2026-05-12 23:10:29 +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
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