Skip to content

Minimal, drop-in Redis replacement built in Go. It speaks the RESP protocol, so it works seamlessly with any Redis client, including Redis-cli.

Notifications You must be signed in to change notification settings

vaasu2002/in-memory-storage-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyRedis: Lightweight In-Memory Storage Engine

TinyRedis is a minimal, drop-in Redis replacement built in Go. It speaks the RESP protocol, so it works seamlessly with any Redis client, including redis-cli.

Start storage engine

go run main.go

Connect with redis-cli

redis-cli -h 127.0.0.1 -p 8379

About

Minimal, drop-in Redis replacement built in Go. It speaks the RESP protocol, so it works seamlessly with any Redis client, including Redis-cli.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages