When I enter RPUSH list_key “foo” for the first list challenge, my redis-cli seems to hang even though when I debug, the send command is being reached, and in Wireshark I can see the response of “$1\r\n” being sent from the server to the client. Do you know why this specific command seems to be hanging?
Hey @NIHARSIMHADRI, could you push your latest code? I’ll take a look once it’s up.
Sorry, just realized it was a simple error, “:1\r\n” was expected, but I was sending “$1\r\n”
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.