]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Unix socket clients properly displayed in MONITOR and CLIENT LIST.
[redis.git] / src / redis.h
index 11c5774765e94cd172903fd5f7f6855177eed5b9..b0bfcae4819dc1f8b94a4bfc63f7b16f130ca227 100644 (file)
 #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