suspend fun RedisTransaction.lpushxAwait(key: String, value: String): String
Prepend a value to a list, only if the list exists
key - Key string
key
value - Value to add at the beginning of the list
value
handler - Handler for the result of this call.
handler
Return