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 I am building my own Redis server that is capable of serving basic commands, reading RDB files and more.

Notifications You must be signed in to change notification settings

poeticcode01/redis-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

redis-go

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages