Skip to content

SwiftDB is a in-memory key-value store that is inspired by Redis. It is written in Go and is designed to be a learning project for me to understand how Redis works under the hood. It uses the same commands and PORT as Redis, so you can use the same Redis clients to interact with SwiftDB.

Notifications You must be signed in to change notification settings

CodeMaster17/SwiftDB-My-own-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


SwiftDB - My own Redis

SwiftDB is a in-memory key-value store that is inspired by Redis. It is written in `Go` and is designed to be a learning project for me to understand how Redis works under the hood. It uses the same commands and PORT as Redis, so you can use the same Redis clients to interact with SwiftDB.

What is Redis?

Redis (REmote DIctionary Server) is a popular, open-source, in-memory database that stores data as key-value pairs.

What is SwiftDB?

SwiftDB is a in-memory key-value store that is inspired by Redis. It is written in Go and is designed to be a learning project for me to understand how Redis works under the hood.

It uses the same commands and PORT as Redis, so you can use the same Redis clients to interact with SwiftDB.

Working sample

(Will be uploading video soon) image

REDIS Architecture

image

About

SwiftDB is a in-memory key-value store that is inspired by Redis. It is written in Go and is designed to be a learning project for me to understand how Redis works under the hood. It uses the same commands and PORT as Redis, so you can use the same Redis clients to interact with SwiftDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages