vertx / io.vertx.redis / RedisTransaction / sort

sort

abstract fun sort(key: String, options: SortOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.0.0 group: generic