mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Correctly glue the reply buffer. For now returned as it is to Lua, but will be converted into Lua native type later.
This commit is contained in:
@ -148,6 +148,7 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user