Skip to content

jauhararifin/redirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirs

A redis server implementation written in Rust. Currently only supports 3 commands: SELECT, GET and SET.

Running

cargo run --bin redirs

Redirs runs on port 5101

Testing

> redis-cli -h 127.0.0.1 -p 5101

127.0.0.1:5101> GET jauhar
(nil)
127.0.0.1:5101> SET jauhar arifin
OK
127.0.0.1:5101> GET jauhar
"arifin"

About

A simple redis implementation in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages