Home
last modified time | relevance | path

Searched defs:sender_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/modules/
H A Dhellocluster.c76 void PingReceiver(RedisModuleCtx *ctx, const char *sender_id, uint8_t type, const unsigned char *pa… in PingReceiver()
84 void PongReceiver(RedisModuleCtx *ctx, const char *sender_id, uint8_t type, const unsigned char *pa… in PongReceiver()
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c4045 void moduleCallClusterReceivers(const char *sender_id, uint64_t module_id, uint8_t type, const unsi… in moduleCallClusterReceivers()