Skip to main content

Module error

Module error 

Source
Expand description

What the codec refuses, and the exact words it refuses it in.

The messages are Redis’s messages, character for character. A client that branches on the text of a protocol error is doing something questionable, but the differential harness in yo-compat compares replies byte for byte, and a protocol error is a reply. Anything invented here would be a divergence that has to be registered, so nothing is invented here.

Enums§

ProtocolError
A frame the codec will not accept.