vertx / io.vertx.rxjava.redis / RedisClient / sort

sort

open fun sort(key: String, options: SortOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Sort the elements in a list, set or sorted set

Parameters

key - Key string

options - Sort options

handler - Handler for the result of this call.

Return