Searched refs:maxkeys (Results 1 – 2 of 2) sorted by relevance
4531 long long maxkeys, slot; in clusterCommand() local4537 if (getLongLongFromObjectOrReply(c,c->argv[3],&maxkeys,NULL) in clusterCommand()4540 if (slot < 0 || slot >= CLUSTER_SLOTS || maxkeys < 0) { in clusterCommand()4548 if (maxkeys > keys_in_slot) maxkeys = keys_in_slot; in clusterCommand()4550 keys = zmalloc(sizeof(robj*)*maxkeys); in clusterCommand()4551 numkeys = getKeysInSlot(slot, keys, maxkeys); in clusterCommand()
298 SYSCTL_INT(_net_inet_tcp_fastopen, OID_AUTO, maxkeys,