When I subscribe I get the following and when I hit ctrl-c, it exits the cli completely.
redis 127.0.0.1:6379> SUBSCRIBE test
Reading messages... (press Ctrl-C to quit)
1) "subscribe"
2) "test"
3) (integer) 1
Is there a way to unsubscribe without killing the cli?
Thanks
Chris