README edited online with Bitbucket

This commit is contained in:
Sascha L. Teichmann 2014-08-05 17:28:22 +00:00
parent eabcd53f6b
commit 737b09436c

4
README
View File

@ -13,8 +13,8 @@ Motivation:
The Redis backend is nice if you want to do use the backend for other The Redis backend is nice if you want to do use the backend for other
purposes than backing the Minetest server at the same time, e.g. do purposes than backing the Minetest server at the same time, e.g. do
some mapping. On the other hand the Redis is by its nature as an in-memory some mapping. On the other hand Redis is - by its nature as an in-memory
database quiet a memory hungry beast. This is fine if you have smaller database - quiet a memory hungry beast. This is fine if you have smaller
worlds or a lot of hardware to throw on it. worlds or a lot of hardware to throw on it.
The other two backends (SQLite3 and LevelDB) are embedded database The other two backends (SQLite3 and LevelDB) are embedded database