RocksDB is an embedded database. This program is a server ported version using the RocksDB Facebook backend.
- pure valgrind output of facebook rocksdb: http://0x0.st/X9aR.txt
- memory related error if trying to send batch query with length larger than 65535 char
- get the source code
git clone https://github.com/fadhil-riyanto/rockserver.git
- clone & build facebook/rocksdb tree
git clone https://github.com/facebook/rocksdb.git
cd rocksdb
make all
note: This will compile RocksDB in debug mode. Don't use binaries compiled by make all in production.
- back to rockserver source, run
make all
default port are: 8998
on tcp
listen: 127.0.0.1
not yet tested on windows. tested on Archlinux, untested on other distros