]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Correctly glue the reply buffer. For now returned as it is to Lua, but will be conver...
[redis.git] / src / redis.h
index 0071c0aa406852353fee5982278079d0cab95a61..d9609991710684655a974e96ef194cfcaded65c7 100644 (file)
 #define REDIS_CLOSE_AFTER_REPLY 128 /* Close after writing entire reply. */
 #define REDIS_UNBLOCKED 256 /* This client was unblocked and is stored in
                                server.unblocked_clients */
+#define REDIS_LUA_CLIENT 512 /* This is a non connected client used by Lua */
 
 /* Client request types */
 #define REDIS_REQ_INLINE 1