fabsccccc

Results 3 comments of fabsccccc

我也遇到这个问题了,是需要降级到哪个版本呢

probably my os is 64 bit, size_t is 16 bit, so I changed char buffer[9] to char buffer[17] = {0} , then build successful

Thank you so much, I changed pool size, and use pipleline can solve it, maybe my redis have some slow query (other modules), I will use another instantion in the...