You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(setresp): notify host on redis.setresp() via onSetResp hook (#24)
The WASM encoder owns the RESP-mode flip (g_resp_version drives reply
encoding and cannot be host-set). To let the host mirror the protocol
when choosing reply shapes for redisCall/redisPcall, l_redis_setresp now
calls a new host_redis_setresp(version) import after flipping. The engine
exposes this as an optional RedisHost.onSetResp(version) hook; absent, it
is a no-op so existing hosts are unaffected.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments