c-icap-mklmdb - simple utility to create LMDB lookup tables
c-icap-mklmdb [ -V ] [ -VV ] [ -d
debug_level ] [ -i file.txt ] [ -p db_directory ] [ -n
db_name ] [ -t string|int|ip ] [ -v string|int|ip ] [
--dump ] [ --erase ] [ --info ]
c-icap-mklmdb utility can be used to create LMDB based
lookup tables for use with the c-icap server.
- -V
- Print version
- -VV
- Print build informations
- -d debug_level
- The debug level
- -i file.txt
- The file contains the data (required). The line format of this file must
be:
key: value1, value2, ....
- -p db_directory
- The database directory path
- -n db_name
- A database name to use. Multiple LMDB databases can coexists in the same
LMDB files
- -t string|int|ip
- The type of the key. Select string for string keys, int for
integer keys or ip for using IP addresses as keys. The
"string" is the default.
- -v string|int|ip
- The type of the values. The "string" is the default.
- --dump
- Do not update the database just dump it to the screen.
- --erase
- Erase from database the keys listed in the file given with the '-i'
parameter
- --info
- Print database informations
c-icap(8) c-icap-client(8) c-icap-stretch(8)
c-icap-config(8) c-icap-libicapapi-config(8)