X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f42e2f1bd791e4b3fdfa75c620dc9386b7cfea1e..06f8a473fca79730e519c89571b1a7b227519d62:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 1ad62400..f3b3134e 100644 --- a/src/redis.h +++ b/src/redis.h @@ -60,6 +60,7 @@ #define REDIS_MAX_QUERYBUF_LEN (1024*1024*1024) /* 1GB max query buffer. */ #define REDIS_IOBUF_LEN (1024*16) /* Generic I/O buffer size */ #define REDIS_REPLY_CHUNK_BYTES (16*1024) /* 16k output buffer */ +#define REDIS_INLINE_MAX_SIZE (1024*64) /* Max size of inline reads */ #define REDIS_MBULK_BIG_ARG (1024*32) /* Hash table parameters */