113 * @param as The aerospike instance to use for this operation.
114 * @param err The as_error to be populated if an error occurs.
115 * @param policy The policy to use for this operation. If NULL, then the default policy will be used.
116 * @param sa_in The IP address and port to send the request to.
117 * @param req The info request to send.
118 * @param res The response from the node. The response will be a NULL terminated string, allocated by the function, and must be freed by the caller.
119 *
120 * @return AEROSPIKE_OK on success. Otherwise an error.
147 * @param as The aerospike instance to use for this operation.
148 * @param err The as_error to be populated if an error occurs.
149 * @param policy The policy to use for this operation. If NULL, then the default policy will be used.
150 * @param req The info request to send.
151 * @param res The response from the node. The response will be a NULL terminated string, allocated by the function, and must be freed by the caller.
152 *
153 * @return AEROSPIKE_OK on success. Otherwise an error.