X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/02e600653216cebc0746bfbb86b353667a843591..7c0e1b53c4c4f646c788fcd09666e1c321c1d134:/src/redis.h?ds=inline diff --git a/src/redis.h b/src/redis.h index 32dcc359..5506e365 100644 --- a/src/redis.h +++ b/src/redis.h @@ -181,6 +181,7 @@ #define REDIS_VERBOSE 1 #define REDIS_NOTICE 2 #define REDIS_WARNING 3 +#define REDIS_LOG_RAW (1<<10) /* Modifier to log without timestamp */ /* Anti-warning macro... */ #define REDIS_NOTUSED(V) ((void) V)