Searched refs:CLIENT_DIRTY_CAS (Results 1 – 3 of 3) sorted by relevance
77 c->flags &= ~(CLIENT_MULTI|CLIENT_DIRTY_CAS|CLIENT_DIRTY_EXEC); in discardTransaction()135 if (c->flags & (CLIENT_DIRTY_CAS|CLIENT_DIRTY_EXEC)) { in execCommand()308 c->flags |= CLIENT_DIRTY_CAS; in touchWatchedKey()333 c->flags |= CLIENT_DIRTY_CAS; in touchWatchedKeysOnFlush()353 c->flags &= (~CLIENT_DIRTY_CAS); in unwatchCommand()
1661 if (client->flags & CLIENT_DIRTY_CAS) *p++ = 'd'; in catClientInfoString()
234 #define CLIENT_DIRTY_CAS (1<<5) /* Watched keys modified. EXEC will fail. */ macro