Hoang Pham

Results 1 issues of Hoang Pham

I try to use blpop with timeout parameter as the following code: ``` int main(int argc, char* argv[]) { cpp_redis::client client; RedisInfo redis_info; redis_info.address = "127.0.0.1"; redis_info.port = 6379; //...