Skip to content

uvxdotdev/toy_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Redis

This project was made to learn more about redis and improve my Rust skills.

Features

Toy redis runs a TCP server that redis-cli command can directly interface with using the redis serialization protocol.

Some commands implemented are:

  1. Ping ping
  2. Echo echo
  3. Set and Get set
  4. Set with expiration set-ex

About

Building a toy redis server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages