Lymon is non-volatile in-memory database and can be used to access internal data structures via client–server model.
- Minimal memory footprint.
- PUBSUB model.
- SET operation for unordered string collection.
git clone https://github.com/eminghuliev/lymon.git
cd lymon/
make
- Linux on x86_64.