Skip to content

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

Notifications You must be signed in to change notification settings

clacladev/basic-redis-server-rust

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published