Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 490 Bytes

lymon

Lymon is non-volatile in-memory database and can be used to access internal data structures via client–server model.

Features

  • Minimal memory footprint.
  • PUBSUB model.
  • SET operation for unordered string collection.

Demo

asciicast

Installation

Building from source code

git clone https://github.com/eminghuliev/lymon.git
cd lymon/
make

Supported platforms

  • Linux on x86_64.