Home
last modified time | relevance | path

Searched refs:PROTO_SHARED_SELECT_CMDS (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c199 if (dictid >= 0 && dictid < PROTO_SHARED_SELECT_CMDS) { in replicationFeedSlaves()
222 if (dictid < 0 || dictid >= PROTO_SHARED_SELECT_CMDS) in replicationFeedSlaves()
H A Dserver.h94 #define PROTO_SHARED_SELECT_CMDS 10 macro
794 *select[PROTO_SHARED_SELECT_CMDS],
H A Dserver.c1481 for (j = 0; j < PROTO_SHARED_SELECT_CMDS; j++) { in createSharedObjects()