vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sortAwait

sortAwait

suspend fun RedisTransaction.sortAwait(key: String, options: SortOptions): String

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