pink icon indicating copy to clipboard operation
pink copied to clipboard

fix redis parse REDIS_HALF bug

Open prcyangli opened this issue 8 years ago • 0 comments

when GetReplyFromReader return REDIS_HALF, the ReadBytes has read a char, but GetReplyFromReader will call ReadBytes to read a char next, so rollback a char

prcyangli avatar Feb 05 '18 02:02 prcyangli