Skip to content

vaporif/redis-from-scratch-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis from scratch

Implementation of redis from scratch with tokio and actors

Stuff implemented:

  • SET/GET
  • expiration (naive method)
  • basic cluster
  • persistence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages