when redis reader feed 40m buffer, the get reply will cause high cpu usage like as follow:

Because in redisReaderGetReply method, after a reply parsed, it will use "sdsrange" to move mem and when the buffer is big, the memmove() will cost many time & cpu!
