俊杰jerry

Results 2 issues of 俊杰jerry

- OS: linux - Redis: 3.2 - PHP: 7.3.3 - phpredis: 5.1.1 use twemproxy to (hgetall or smembers or zrange) one key , and redis is down, but hgetall will...

``` //填充数据 while (argc) { zval *value; MAKE_STD_ZVAL(value); ZVAL_STRING(value, argv[argc], 1); argv++; if (zend_hash_next_index_insert(ht, (void**)&value, sizeof(zval*)) == FAILURE) { /* Silently skip failed additions */ zval_ptr_dtor(&value); } } ``` 中的...