aboutsummaryrefslogtreecommitdiff
path: root/src/database-redis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix redis error reportingest312016-01-081-5/+6
* Database backends: fix bug, and small speedupest312015-12-291-0/+2
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-3/+3
* Fix redis erroring on non found blocksest312015-09-261-0/+5
* redis: throw error if block request failednetinetwalker2015-09-261-4/+13
* 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 Server...Loic Blot2015-02-171-3/+2
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-0/+24
* Fix build with redisShadowNinja2014-09-211-0/+2
* Move MapBlock (de)serializing code out of Database classsfan52014-07-121-106/+12
* Don't unload blocks if save failedkwolekr2014-07-071-11/+24
* Fix memory leak in redis backend, fixes #1325sfan52014-05-231-0/+1
* Add redis database backendSfan52014-04-161-0/+224