X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a6305f13d568858bf7a9246e4e457a3a90cd7837..b6ffa85f1128660bc742d8da9c4dc83bca5d9a91:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 6e917e40..b0bfcae4 100644 --- a/src/redis.h +++ b/src/redis.h @@ -86,6 +86,7 @@ #define REDIS_CMD_SORT_FOR_SCRIPT 256 /* "S" flag */ #define REDIS_CMD_LOADING 512 /* "l" flag */ #define REDIS_CMD_STALE 1024 /* "t" flag */ +#define REDIS_CMD_SKIP_MONITOR 2048 /* "M" flag */ /* Object types */ #define REDIS_STRING 0 @@ -151,6 +152,7 @@ #define REDIS_LUA_CLIENT 512 /* This is a non connected client used by Lua */ #define REDIS_ASKING 1024 /* Client issued the ASKING command */ #define REDIS_CLOSE_ASAP 2048 /* Close this client ASAP */ +#define REDIS_UNIX_SOCKET 4096 /* Client connected via Unix domain socket */ /* Client request types */ #define REDIS_REQ_INLINE 1