get_replica


Description:

public StatusResponse get_replica (void* command_cookie = null, GetReplicaCommand*[] commands)

Get a number of replica values from the cache.

Example:

  GetReplicaCommand grc = GetReplicaCommand() {
key = "my-key"
};
GetReplicaCommand*[] commands = { &grc };
instance.get_replica( null, commands );

Parameters:

command_cookie

A cookie passed to all of the notifications from this command

commands

the array containing the items to get

Returns:

The status of the operation