Cluster: new command flag forcing implicit ASKING.

Also using this new flag the RESTORE-ASKING command was implemented that
will be used by MIGRATE.
This commit is contained in:
antirez
2013-02-20 17:28:35 +01:00
parent 9ec1b709f5
commit ea7fc82a4a
3 changed files with 6 additions and 1 deletions

View File

@ -122,6 +122,7 @@
#define REDIS_CMD_LOADING 512 /* "l" flag */
#define REDIS_CMD_STALE 1024 /* "t" flag */
#define REDIS_CMD_SKIP_MONITOR 2048 /* "M" flag */
#define REDIS_CMD_ASKING 4096 /* "k" flag */
/* Object types */
#define REDIS_STRING 0