hiredis icon indicating copy to clipboard operation
hiredis copied to clipboard

int redisReaderGetReply(redisReader *r, void **reply) error

Open yanrbts opened this issue 1 month ago • 4 comments

int redisReaderGetReply(redisReader *r, void **reply) if (sdsrange(r->buf,r->pos,-1) < 0) {} after judging that the link is successful, execute hscan and return null

yanrbts avatar Jun 03 '24 06:06 yanrbts