clacladev / basic-redis-server-rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 99.2%Language:Shell 0.8%