Confused About Entering Subscribed Mode

I’m confused about stage #aw8 (Enter subscribed mode) in the Redis challenge. In the instructions, it shows that after subscribing to a channel, the prompt (subscribed mode)> appears and then the user can enter another command. However, for me, after subscribing it seems to hang and unless I press control c it continues to hang. Could this be because the response from the subscribe command is wrong? My client is sending the response “*3\r\n$9\r\nsubscribe\r\n$6\r\nmellon\r\n:1\r\n” where mellon is the name of the channel and this seems to be right.

Hey @NIHARSIMHADRI, could you run redis-cli --version and share the output?

I’m running 8.2.0 and seeing this:

1 Like

Upgrading to this version worked for me. I had an older version that didn’t have this feature.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.