FreeBSD Manual Pages
DADBY(1) General Commands Manual DADBY(1) NAME beansdb - high-available distributed key-value storage system SYNOPSIS beansdb [options] DESCRIPTION This manual page documents briefly the beansdb key-value storage dae- mon. beansdb is a key-value storage system base on memcached and Tokyo Cabi- net. Hash tree was built inside for fast syncing after failing or any other unexpected errors. OPTIONS These programs follow the usual GNU command line syntax. A summary of options is included below. -p <num> Listen on TCP port <num>, the default is port 7900. -l <ip_addr> Listen on <ip_addr>; default to INADDR_ANY. This is an important option to consider as there is no other way to secure the in- stallation. Binding to an internal or firewalled network inter- face is suggested. -d Run beansdb as a daemon. -u <username> Assume the identity of <username> (only when run as root). -c <num> Use <num> max simultaneous connections; the default is 1024. -H <datadir> home <datadir> of database, default is 'testdb' -T <num> log of the number of db files(base 16), default is 2 (means 256 db files). -P <filename> Print pidfile to <filename>, only used under -d option. -t <threads> Number of threads to use to process incoming requests(default is 16). -r Raise the core file size limit to the maximum allowable. -h Show the version of beansdb and a summary of options. -v Be verbose during the event loop; print out errors and warnings. -vv Be even more verbose; same as -v but also print client commands and responses. LICENSE The beansdb daemon is copyright Douban Inc and is distributed under the BSD license. Note that daemon clients are licensed separately. SEE ALSO The README file that comes with beansdb http://beansdb.googlecode.com/ AUTHOR The beansdb daemon was written by Davies Liu <davies.liu@gmail.com> Jan 1, 2010 DADBY(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | LICENSE | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=beansdb&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>