suspend fun RedisTransaction.lpushAwait(key: String, value: String): String
Prepend one value to a list
key - Key string
key
value - Value to be added at the beginning of the list
value
handler - Handler for the result of this call.
handler
Return