IanHot

Results 1 comments of IanHot

Thanks for getting back. Here is the code snippet std::unordered_map mScripts; // Get LuaScriptMap auto rep = mClient.hgetall("_XFT_Scripts"); mClient.commit(); auto r = rep.get(); auto records = r.as_array(); for (uint32_t i...