abstract fun lpushx(key: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
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.
Since
Redis 2.2.0 group: list