1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-07 14:25:20 +02:00

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

@@ -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`