vertx / io.vertx.kotlin.redis.op / SortOptions

SortOptions

fun SortOptions(alpha: Boolean? = null, by: String? = null, descending: Boolean? = null, gets: Iterable<String>? = null, store: String? = null): SortOptions

A function providing a DSL for building io.vertx.redis.op.SortOptions objects.

Parameters

alpha -

by -

descending -

gets -

store -