suspend fun RedisTransaction.rpushManyAwait(key: String, values: List<String>): String
Append one or multiple values to a list
key - Key string
key
values - List of values to add to the end of the list
values
handler - Handler for the result of this call.
handler
Return