Skip to content

pawelkobojek/serir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serir - SimplE Redis In Rust

What's this?

This is a simplified (only simple GET and SET is suppoted) Redis implemented in Rust. It aims to be a drop-in replacement assuming only simple GET and SET commands are used.

This is an educational project for practicing Rust.

How to run it?

No packages are distributed at this moment, therefore you must clone this repository and build it by yourself:

  1. cargo build --release.
  2. target/release/serir [--port <port_number> --num-workers <num_workers>] . Default port is 6379.
  3. Connect with redis-cli and try running GETs and SETs.
  4. Alternatively, run redis-benchmark -t get,set.

About

SimplE Redis in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages