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
According to the spec, b"(123456\r\n" is a valid big number type, but I just got a ProtocolError, says Protocol error, got "(" as reply type byte, meanwhile, the pure python parser works well.
According to the spec,
b"(123456\r\n"
is a valid big number type, but I just got a ProtocolError, saysProtocol error, got "(" as reply type byte
, meanwhile, the pure python parser works well.Step to reproduce:
Maybe it's related to hiredis itself?
The text was updated successfully, but these errors were encountered: