Home
last modified time | relevance | path

Searched refs:sender_id (Results 1 – 4 of 4) 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() argument
78 type,REDISMODULE_NODE_ID_LEN,sender_id,(int)len, payload); in PingReceiver()
84 void PongReceiver(RedisModuleCtx *ctx, const char *sender_id, uint8_t type, const unsigned char *pa… in PongReceiver() argument
86 type,REDISMODULE_NODE_ID_LEN,sender_id,(int)len, payload); in PongReceiver()
/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h170 typedef void (*RedisModuleClusterMessageReceiver)(RedisModuleCtx *ctx, const char *sender_id, uint8…
H A Dmodule.c4021 typedef void (*RedisModuleClusterMessageReceiver)(RedisModuleCtx *ctx, const char *sender_id, uint8…
4045 void moduleCallClusterReceivers(const char *sender_id, uint64_t module_id, uint8_t type, const unsi… in moduleCallClusterReceivers() argument
4053 r->callback(&ctx,sender_id,type,payload,len); in moduleCallClusterReceivers()
H A Dcluster.c78 void moduleCallClusterReceivers(const char *sender_id, uint64_t module_id, uint8_t type, const unsi…