KVdis is a lightweight redis-like database that works over TCP.
> SET <key> <value>
> GET <key>
> DEL <key>
> EXISTS <key>
> EXPIRE <key> <TTL in humantime format>
> INCR <key>
> DECR <key>
> CLEAR
> SAVE
> LOAD
KVdis uses the humantime Duration format as input, and stores information in RFC 3339 timestamp format.