Redis – Implement the ECHO command
Instructions In this stage of this project I'm making, I need to add support for the ECHO command. ECHO is a command like PING that's used for testing and debugging. It accepts a single argument and returns it back as…