Skip to content

namrapatel/tinyredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyredis

A minimal implementation of Redis.

Features

  • PING
  • ECHO
  • GET
  • SET
  • DEL
  • Cache with Expiry
  • SYNC: Replication
  • Leader elections

Usage and Testing

Use cargo run to run the server. Use cargo test to run the tests. Both should be done separetely in two different shells.

About

a minimal implementation of Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages