abstract fun rpushx(key: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Append a value to a list, only if the list exists
value - Value to be added to the end of the list
handler - Handler for the result of this call.
Since
Redis 2.2.0 group: list