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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Currently, in redis-protocol, if you enable codec and disable resp2, resp2 will still be enabled since codec implies resp2. However, there is no reason to enable this if I've already disabled resp2. Currently, use the redis-protocol of my own fork.
Currently, in
redis-protocol, if you enablecodecand disableresp2,resp2will still be enabled sincecodecimpliesresp2. However, there is no reason to enable this if I've already disabledresp2. Currently, use theredis-protocolof my own fork.