Searched refs:opcode (Results 1 – 2 of 2) sorted by relevance
897 int opcode; /* Operation id. */ member915 int opcode; /* Current operation code. */ in bitfieldCommand() local921 opcode = BITFIELDOP_GET; in bitfieldCommand()923 opcode = BITFIELDOP_SET; in bitfieldCommand()925 opcode = BITFIELDOP_INCRBY; in bitfieldCommand()958 if (opcode != BITFIELDOP_GET) { in bitfieldCommand()972 ops[numops].opcode = opcode; in bitfieldCommand()978 j += 3 - (opcode == BITFIELDOP_GET); in bitfieldCommand()1000 if (thisop->opcode == BITFIELDOP_SET || in bitfieldCommand()1001 thisop->opcode == BITFIELDOP_INCRBY) in bitfieldCommand()[all …]
1687 * [NEW] Faster RDB loading via the RESIZEDB opcode to avoid useless hash tables