Christophe Le Roy
fabde97847
DBRedis: add HMGET
...
Redis HMGET command allows to query multiple fields in the same request.
Limit to a maximum of DB_REDIS_HMGET_NUMKEYS fields per HMGET request.
2016-10-21 20:36:21 +02:00
Christophe Le Roy
53706e811b
DBRedis: add replyTypeStr
...
Maps Redis response constants to strings
2016-10-21 20:36:21 +02:00
Nestorfish
26b62933ed
TileGenerator: free database resources ( #38 )
...
Destructor of DB* instance was never called.
Ensure it is, adding missing base class virtual destructor and calling delete when possible to free resources.
2016-10-13 23:26:59 +02:00
Sfan5
2553e44e8d
Add redis database backend
2014-04-26 15:03:32 +02:00