SkillAgentSearch skills...

Rtdb

Simple Golang based real time database⚡️

Install / Use

/learn @lastlegion/Rtdb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
>
View on GitHub
GitHub Stars21
CategoryData
Updated1y ago
Forks4

Languages

Go

Security Score

65/100

Audited on Aug 25, 2024

No findings