veselyn / kv

A Redis-like database for the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kv

A Redis-like database for the command line.

Currently, this is a WIP project. The initial goal is to have support for the JSON data type as provided by RedisJSON.

Command status

Command Basic implementation
JSON.ARRAPPEND
JSON.ARRINDEX
JSON.ARRINSERT
JSON.ARRLEN
JSON.ARRPOP
JSON.ARRTRIM
JSON.CLEAR
JSON.DEBUG
JSON.DEBUG MEMORY
JSON.DEL
JSON.FORGET
JSON.GET
JSON.MERGE
JSON.MGET
JSON.MSET
JSON.NUMINCRBY
JSON.NUMMULTBY
JSON.OBJKEYS
JSON.OBJLEN
JSON.RESP
JSON.SET
JSON.STRAPPEND
JSON.STRLEN
JSON.TOGGLE
JSON.TYPE

About

A Redis-like database for the command line

License:GNU General Public License v3.0


Languages

Language:Rust 92.4%Language:Nix 7.6%Language:Shell 0.0%