3 Commits

Author SHA1 Message Date
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
28308c2f58 refactor: standardize ID naming and optimize performance (by AI) 2026-05-04 00:46:17 +08:00
AI Engineer
69324d566e feat: migrate redis module from ssgo to apigo.cc/go standard 2026-05-03 08:43:23 +08:00