mikong / hanbaiki

A simple key-value store written in Rust. It uses the Redis Serialization Protocol.

Home Page:https://mikong.github.io/hanbaiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanbaiki logo

Hanbaiki (販売機)

Build Status

A simple key-value store written in Rust.

Installation

Warning: This project is still in the pre-alpha stage.

Precompiled binaries are available for Linux, macOS, and Windows in Releases. Simply download and extract the archive to get the binaries for the server (hanbaiki) and interactive client (cli).

Usage

Running the server

$ ./hanbaiki
listening on 127.0.0.1:6363

Running the client

$ ./cli
> SET hello world
OK
> GET hello
"world"

For a work-in-progress list of commands, check the commands page.

License

This software is distributed under the MIT License.

About

A simple key-value store written in Rust. It uses the Redis Serialization Protocol.

https://mikong.github.io/hanbaiki

License:MIT License


Languages

Language:Rust 100.0%