Searched refs:CMD_STALE (Results 1 – 3 of 3) sorted by relevance
2214 case 't': c->flags |= CMD_STALE; break; in populateCommandTable()2701 !(c->cmd->flags & CMD_STALE)) in processCommand()3018 flagcount += addReplyCommandFlag(c,cmd,CMD_STALE, "stale"); in addReplyCommand()
216 #define CMD_STALE (1<<10) /* "t" flag */ macro
632 else if (!strcasecmp(t,"allow-stale")) flags |= CMD_STALE; in commandFlagsFromString()