vertx / io.vertx.reactivex.redis / RedisTransaction / rxSort

rxSort

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

Sort the elements in a list, set or sorted set

Parameters

key - Key string

options - Sort options

Return