Performance fix + SAO factorization
[oweals/minetest.git] / src / database-redis.cpp
2016-05-17 nerzhulImplement DatabaseException for databases 4136/head
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
2016-01-08 est31Fix redis error reporting 3546/head
2015-12-28 est31Database backends: fix bug, and small speedup
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-26 est31Fix redis erroring on non found blocks
2015-09-26 netinetwalkerredis: throw error if block request failed
2015-05-06 ShadowNinjaImprove Redis error messages
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-09-22 ShadowNinjaFix build with redis
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-05-23 sfan5Fix memory leak in redis backend, fixes #1325
2014-04-16 Sfan5Add redis database backend