June 2015
Intermediate to advanced
318 pages
6h 57m
English
The following is a list of commands that can be fired from client nodes:
register commandactivate command set commandget commandstatus commanddel commandpassivate commandreacyivate commandarchive commandsync commandreconnect commandLet's take a look at each command from a design and implementation perspective.
This command will register the node into the gossip server ecosystem. The precondition for executing this command is that the node name should be unique; otherwise, a response of failure will be sent to the Shell. The node name will be stored in the Registration holder, which is implemented as a Set data structure in Redis. Apart from this, when the registration ...
Read now
Unlock full access