aboutsummaryrefslogtreecommitdiff
path: root/src/database-redis.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve Redis error messagesShadowNinja2015-05-061-14/+25
|
* Clean up database API and save the local map on an intervalShadowNinja2015-03-061-68/+58
|
* Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ↵Loic Blot2015-02-171-3/+2
| | | | | | ServerMap::listAllLoadedBlocks and their database backends. This adds a speedup on database migration and /clearobjects command
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-0/+24
| | | | Also add a Lua API and chatcommand for this
* Fix build with redisShadowNinja2014-09-211-0/+2
| | | | | Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379 because database-redis.h depended on settings.h to include filesys.h.
* Move MapBlock (de)serializing code out of Database classsfan52014-07-121-106/+12
|
* Don't unload blocks if save failedkwolekr2014-07-071-11/+24
| | | | Improve error handling in saveBlock()
* Fix memory leak in redis backend, fixes #1325sfan52014-05-231-0/+1
|
* Add redis database backendSfan52014-04-161-0/+224