Skip to content

Rigellute/redis-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪀 Toy Redis Clone in Rust 🚀

Purely for fun and learning, kicked off by following the excellent codecrafters Redis course.

✨ Features

👷‍♂️ Run locally

In one terminal, start our toy Redis server:

cargo run

And then use the redis-cli to query our server:

$ redis-cli PING
PONG
$ redis-cli ECHO 'Hello World!'
"Hello World!"
$ redis-cli SET myKey 1234
OK
$ redis-cli GET myKey
"1234"

🧪 Run tests

cargo test

About

A toy Rust implementation of a (very basic) Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages