Searched refs:ackreplicas (Results 1 – 1 of 1) sorted by relevance
2438 long numreplicas, ackreplicas; in waitCommand() local2453 ackreplicas = replicationCountAcksByOffset(c->woff); in waitCommand()2454 if (ackreplicas >= numreplicas || c->flags & CLIENT_MULTI) { in waitCommand()2455 addReplyLongLong(c,ackreplicas); in waitCommand()