Skip to content

jkbmdk/my-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-redis

Yet another implementation of redis based on the great tokio tutorial. In its current state, the server is limited to single database and supports only these commands.

Quick start guide

To run the server for development purposes, you can execute:

cargo run --bin server

Now you can communicate with the server using commands via RESP, e.g.:

cargo run --example set_get

Commands

  • GET
  • MGET
  • SET

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages