This is a basic Redis DB server implementation in Rust, which is a key-value store. This is a small research project.
- Ensure you have
cargo (1.54)
installed locally - In the terminal run
./spawn_redis_server.sh
to run your Redis server - In another terminal run
redis-cli command
to interact with the Redis server
Run cargo test
to run the tests