Skip to content

Redis is an in-memory data structure store often used as a database, cache, message broker and streaming engine. In this challenge you'll build your own Redis server that is capable of serving basic commands, reading RDB files and more.

License

Notifications You must be signed in to change notification settings

tusharxoxoxo/ubiquitous-reddis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own toy reddis in Rust

##TODO

  • Respond to multiple pings
  • Handle concurrent clients
  • Implement ECHO, GET, SET, INFO commands
  • Configure listening port
  • Send Handshake
  • Receive Handshake
  • Empty RDB transfer
  • Multi Replica Command Propogation

About

Redis is an in-memory data structure store often used as a database, cache, message broker and streaming engine. In this challenge you'll build your own Redis server that is capable of serving basic commands, reading RDB files and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published