Add redis database backend

This commit is contained in:
Sfan5
2014-04-26 15:01:35 +02:00
parent 22d3e401f8
commit 2553e44e8d
7 changed files with 223 additions and 2 deletions

View File

@ -34,7 +34,7 @@ void usage()
" --noshading\n"
" --min-y <y>\n"
" --max-y <y>\n"
" --backend <sqlite3/leveldb>\n"
" --backend <sqlite3/leveldb/redis>\n"
" --geometry x:y+w+h\n"
"Color format: '#000000'\n";
std::cout << usage_text;