vertx / io.vertx.rxjava.redis / RedisClient / rxSort

rxSort

open fun rxSort(key: String, options: SortOptions): Single<JsonArray>

Sort the elements in a list, set or sorted set

Parameters

key - Key string

options - Sort options

Return