]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Return error when min and/or max in the sorted set range spec is not a double
[redis.git] / src / redis.h
index d53ccf5ba836362afde41387534f943881d94daa..24dfb9b5ea44680f035e1b43f1a6fac5e4a61174 100644 (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 */