1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-05 21:35:22 +02:00

DBRedis: add replyTypeStr

Maps Redis response constants to strings
This commit is contained in:
Christophe Le Roy
2016-10-09 00:27:31 +02:00
committed by sfan5
parent 26b62933ed
commit 53706e811b
2 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ public:
virtual void getBlocksOnZ(std::map<int16_t, BlockList> &blocks, int16_t zPos);
virtual ~DBRedis();
private:
static std::string replyTypeStr(int type);
void loadPosCache();
std::vector<BlockPos> posCache;