C++ error: terminate called after throwing an instance of what(): Reply is not an array cpp_redis::redis_error

后端 未结 0 968
臣服心动
臣服心动 2020-12-11 04:34
std::vector data;
vector chunk;
client.mget(data,[&chunk](cpp_redis::reply& reply) {
    for(auto d:reply.as_array()) {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题