Merge branch 'master' into zrevrangebyscore

This commit is contained in:
Pieter Noordhuis
2010-10-13 20:29:50 +02:00
13 changed files with 673 additions and 109 deletions

View File

@ -286,6 +286,7 @@ typedef struct redisClient {
int dictid;
sds querybuf;
robj **argv, **mbargv;
char *newline; /* pointing to the detected newline in querybuf */
int argc, mbargc;
long bulklen; /* bulk read len. -1 if not in bulk read mode */
int multibulk; /* multi bulk command format active */