mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Additionally two typos fixed thanks to @jodal
This commit is contained in:
@ -941,7 +941,7 @@ int processMultibulkBuffer(redisClient *c) {
|
||||
/* Not enough data (+2 == trailing \r\n) */
|
||||
break;
|
||||
} else {
|
||||
/* Optimization: if the buffer containns JUST our bulk element
|
||||
/* Optimization: if the buffer contains JUST our bulk element
|
||||
* instead of creating a new object by *copying* the sds we
|
||||
* just use the current sds string. */
|
||||
if (pos == 0 &&
|
||||
|
Reference in New Issue
Block a user