suspend fun RedisClient.lpushManyAwait(key: String, values: List<String>): Long
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