Searched refs:sender_id (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | hellocluster.c | 76 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 D | redismodule.h | 170 typedef void (*RedisModuleClusterMessageReceiver)(RedisModuleCtx *ctx, const char *sender_id, uint8…
|
| H A D | module.c | 4021 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 D | cluster.c | 78 void moduleCallClusterReceivers(const char *sender_id, uint64_t module_id, uint8_t type, const unsi…
|