aboutsummaryrefslogtreecommitdiff
path: root/src/database-redis.cpp
AgeCommit message (Expand)Author
2016-01-08Fix redis error reportingest31
2015-12-29Database backends: fix bug, and small speedupest31
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-26Fix redis erroring on non found blocksest31
2015-09-26redis: throw error if block request failednetinetwalker
2015-05-06Improve Redis error messagesShadowNinja
2015-03-06Clean up database API and save the local map on an intervalShadowNinja
2015-02-17Replace std::list by std::vector into ServerMap::listAllLoadableBlocks Server...Loic Blot
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2014-09-21Fix build with redisShadowNinja
2014-07-12Move MapBlock (de)serializing code out of Database classsfan5
2014-07-07Don't unload blocks if save failedkwolekr
2014-05-23Fix memory leak in redis backend, fixes #1325sfan5
2014-04-16Add redis database backendSfan5