hashbase
- flexible hackable-storage
hashbase
hashbase
[options...]
hashbase
-d
|--daemonize
hashbase
--port
=NUMBER
It's a fast, efficient on-disk/in-memory database with many different kind of data structures.
-d
, --daemonize
Run in the background as daemon.
-s
, --stop
Close running daemon.
-p
=NUMBER, --port
=NUMBERSet port for server.
-v
, --version
Show hashbase version and exit.
-h
, --help
Show help and exit.
Serve TCP server with debug logging:
$ hashbase
Serve TCP server at localhost:1207 as daemon:
$ hashbase -d -p 1207
Close server:
$ hashbase -s
Hashbase is written in ANSI C and depends on autoconf and extension libraries that are non-trivial to install on some systems. A more portable version of this program would be welcome.
Hashbase is Copyright (C) 2014 Maciej A. Czyzewski
man(1), manpages(5)