mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Return OK on QUIT
This commit is contained in:
@ -144,6 +144,7 @@
|
||||
#define REDIS_BLOCKED 16 /* The client is waiting in a blocking operation */
|
||||
#define REDIS_IO_WAIT 32 /* The client is waiting for Virtual Memory I/O */
|
||||
#define REDIS_DIRTY_CAS 64 /* Watched keys modified. EXEC will fail. */
|
||||
#define REDIS_QUIT 128 /* Client will be disconnected after reply is sent */
|
||||
|
||||
/* Slave replication state - slave side */
|
||||
#define REDIS_REPL_NONE 0 /* No active replication */
|
||||
|
Reference in New Issue
Block a user