From 4a8f5813d302723ed378a54c33ae8a71e2c835a0 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 10 Nov 2014 07:57:48 +0100 Subject: [PATCH] redis: add missing constant --- src/redis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redis.c b/src/redis.c index f1a88b29..f5bb304f 100644 --- a/src/redis.c +++ b/src/redis.c @@ -39,6 +39,7 @@ #define REDIS_DEF_TIMEOUT 2000 #define MAX_REDIS_NODE_NAME 64 #define MAX_REDIS_PASSWD_LENGTH 512 +#define MAX_REDIS_VAL_SIZE 256 /* Redis plugin configuration example: * -- 2.11.0