open fun lpushMany(key: String, values: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Prepend one or multiple values to a list
values - Values to be added at the beginning of the list, one by one
handler - Handler for the result of this call.
Return