vertx / io.vertx.kotlin.redis.op / SetOptions

SetOptions

fun SetOptions(ex: Long? = null, nx: Boolean? = null, px: Long? = null, xx: Boolean? = null): SetOptions

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

Parameters

ex -

nx -

px -

xx -