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
Errors did not get properly flushed, resulting in clients getting stuck when encountering one. E.g. in the case of redis-cli, by sending a COMMAND DOCS, which is unsupported in Redi/S.
Decouple the protocol implementation from the client to make it useful to arbitrary higher level frameworks. The client now lives in an extra package over at Noze.io.