open fun lpushx(key: String, value: String, handler: Handler<AsyncResult<Long>>): RedisClient
Prepend a value to a list, only if the list exists
value - Value to add at the beginning of the list
handler - Handler for the result of this call.
Return