fun BitFieldGetCommand(offset: Long? = null, type: String? = null): BitFieldGetCommand |
|
fun BitFieldIncrbyCommand(increment: Long? = null, offset: Long? = null, type: String? = null): BitFieldIncrbyCommand |
|
fun BitFieldOptions(get: BitFieldGetCommand? = null, incrby: BitFieldIncrbyCommand? = null, set: BitFieldSetCommand? = null): BitFieldOptions |
|
fun BitFieldSetCommand(offset: Long? = null, type: String? = null, value: Long? = null): BitFieldSetCommand |
|
fun GeoMember(latitude: Double? = null, longitude: Double? = null, member: String? = null): GeoMember
A function providing a DSL for building io.vertx.redis.op.GeoMember objects. |
|
fun GeoRadiusOptions(count: Long? = null, withCoord: Boolean? = null, withDist: Boolean? = null, withHash: Boolean? = null): GeoRadiusOptions
A function providing a DSL for building io.vertx.redis.op.GeoRadiusOptions objects. |
|
fun KillFilter(addr: String? = null, id: String? = null, skipme: Boolean? = null, type: Type? = null): KillFilter
A function providing a DSL for building io.vertx.redis.op.KillFilter objects. |
|
fun LimitOptions(count: Long? = null, offset: Long? = null): LimitOptions
A function providing a DSL for building io.vertx.redis.op.LimitOptions objects. |
|
fun MigrateOptions(copy: Boolean? = null, replace: Boolean? = null): MigrateOptions
A function providing a DSL for building io.vertx.redis.op.MigrateOptions objects. |
|
fun RangeLimitOptions(count: Long? = null, offset: Long? = null, withscores: Boolean? = null): RangeLimitOptions
A function providing a DSL for building io.vertx.redis.op.RangeLimitOptions objects. |
|
fun ScanOptions(count: Int? = null, match: String? = null): ScanOptions
A function providing a DSL for building io.vertx.redis.op.ScanOptions objects. |
|
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. |
|
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. |