Database backends: fix bug, and small speedup
authorest31 <MTest31@outlook.com>
Sat, 26 Dec 2015 16:01:41 +0000 (17:01 +0100)
committerest31 <MTest31@outlook.com>
Mon, 28 Dec 2015 23:39:42 +0000 (00:39 +0100)
commit8a46c5df1c1b7d7c2b46b73f973a45388a517e71
tree34a1caf706313e5a43ed656df7f6f070724f6d04
parent382ab969d4de29cd5f74db2de433a37254d40d2a
Database backends: fix bug, and small speedup

-> Redis backend: break from switch to fix bug
-> Dummy and redis backends: reserve the count so that creating the list is faster
src/database-dummy.cpp
src/database-redis.cpp