open fun rpushMany(key: String, values: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient
Append one or multiple values to a list
values - List of values to add to the end of the list
handler - Handler for the result of this call.
Return