Skip to content

Hexa3333/kvdis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVdis

KVdis is a lightweight redis-like database that works over TCP.

Commands

> SET <key> <value>
> GET <key>
> DEL <key>
> EXISTS <key>
> EXPIRE <key> <TTL in humantime format>
> INCR <key>
> DECR <key>
> CLEAR
> SAVE
> LOAD

Time format

KVdis uses the humantime Duration format as input, and stores information in RFC 3339 timestamp format.

About

Relational mapping database

Resources

Stars

Watchers

Forks

Packages

No packages published