This is a Redis clone made by me using the Redis RESP (Request-Response Protocol) article made by Redis itself.
This proyect contains:
- Redis Server
- Redis Client
- Redis Parser
How to install:
- Clone this project.
$ git clone https://github.com/dyxgou/redis
- Compile and execute the redis server.
$ make server
- Compile and execute the redis client.
$ make client