vishwas2628/redis-cli-clone ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Redis style command line tool in C that lets me connect to a Redis server and run common commands from the terminal.

I want it to feel like a simple redis cli clone, where I can type commands, see the results clearly, and use it for basic testing while working with Redis. It should handle parsing the command I enter, running it, and printing the response in a readable way. If you need to, look up the current Redis command and connection details online so the behavior matches what people expect.

Keep it lightweight and straightforward, with clean code that is easy to extend for more commands later. I’d also like the project to build and run from the command line without a lot of setup, and it should include a few example commands or notes so someone can quickly try it out.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab