Skip to content

lastlegion/rtdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtdb

Real time databases with CLI, only supports GET and PUT operations.

Dependencies

Start redis, and build project binary

docker-compose up
go build

Quickstart

In 2 seperate terminal windows

❯ ./rtdb --client_id=xyz
Real time db
> PUT test_key test_val
Done...
> 
❯ ./rtdb --client_id=abc
Real time db
> GET test_key
test_val
>

About

Simple Golang based real time database⚡️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages