vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / sortAwait

sortAwait

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

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