mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-03 00:50:21 +02:00
Add redis database backend
This commit is contained in:
@ -9,6 +9,7 @@ Requirements
|
||||
* libgd
|
||||
* sqlite3
|
||||
* leveldb (optional, set ENABLE_LEVELDB=1 in CMake to enable leveldb support)
|
||||
* hiredis (optional, set ENABLE_REDIS=1 in CMake to enable redis support)
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
@ -66,7 +67,7 @@ max-y:
|
||||
Don't draw nodes above this y value, `--max-y 75`
|
||||
|
||||
backend:
|
||||
Use specific map backend, supported: sqlite3, leveldb, `--backend leveldb`
|
||||
Use specific map backend, supported: sqlite3, leveldb, redis, `--backend leveldb`
|
||||
|
||||
geometry:
|
||||
Limit area to specific geometry, `--geometry -800:-800+1600+1600`
|
||||
|
Reference in New Issue
Block a user