Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/src/
H A Dbitops.c897 int opcode; /* Operation id. */ member
915 int opcode; /* Current operation code. */ in bitfieldCommand() local
921 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 …]
/redis-3.2.3/
H A D00-RELEASENOTES1687 * [NEW] Faster RDB loading via the RESIZEDB opcode to avoid useless hash tables