suspend fun RedisClient.lpushxAwait(key: String, value: String): Long
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