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
Currently, a RESP array string like "2\r\n:1\r\n3\r\n:1\r\n:2\r\n:3\r\n" would not be correctly decoded into the Python type. This is clear due to skill issues with the string parsing for nested RESP strings