Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 425 Bytes

Basic Redis DB Server in Rust

This is a basic Redis DB server implementation in Rust, which is a key-value store. This is a small research project.

How to run

  1. Ensure you have cargo (1.54) installed locally
  2. In the terminal run ./spawn_redis_server.sh to run your Redis server
  3. In another terminal run redis-cli command to interact with the Redis server

How to test

Run cargo test to run the tests