remove
Description:
Remove a key from the cluster
Example:
RemoveCommand rc = RemoveCommand() {
key = "my-key"
};
RemoveCommand*[] commands = { &rc };
instance.remove( null, commands );
Parameters:
command_cookie |
A cookie passed to all of the notifications from this command |
commands |
the array containing the items to remove |