mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
Modules Cluster API: message bus implementation.
This commit is contained in:
@ -1808,6 +1808,7 @@ void clusterCron(void);
|
||||
void clusterPropagatePublish(robj *channel, robj *message);
|
||||
void migrateCloseTimedoutSockets(void);
|
||||
void clusterBeforeSleep(void);
|
||||
int clusterSendModuleMessageToTarget(char *target, uint64_t module_id, uint8_t type, unsigned char *payload, uint32_t len);
|
||||
|
||||
/* Sentinel */
|
||||
void initSentinelConfig(void);
|
||||
|
Reference in New Issue
Block a user