Bulk Commands (v1.0)

You can use a bulk command to send multiple commands in one request. To do this, send the bulk command with a requests array, in which each array element contains the parameters of one request. The response returns a responses array, in which each array element contains the response for one command. The responses appear in the order of the requests.