Skip to content

A high-performance in-memory key-value database built in Go

Notifications You must be signed in to change notification settings

AkshatJawne/StormyDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StormDB

A Redis-inspired, in-memory key-value database in Go. It features an RESP (Redis Serialization Protocol) parser for client communication, append-only file (AOF) persistence for crash recovery, and support for commands like like SET, GET, HSET, and INCR, Designed for low-latency performance, StormDB efficiently handles concurrent client connections.

About

A high-performance in-memory key-value database built in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages