-
feat(redis): add new-protocol compatibility for deprecated commands with auto-fallback
released this
2026-06-21 15:18:02 +08:00 | 3 commits to main since this releaseSETEX/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
Downloads