vertx / io.vertx.reactivex.redis / RedisClient / rxBitfieldWithOverflow

rxBitfieldWithOverflow

open fun rxBitfieldWithOverflow(key: String, commands: BitFieldOptions, overflow: BitFieldOverflowOptions): Single<JsonArray>

Perform arbitrary bitfield integer operations on strings.

Parameters

key - Key string

commands -

overflow -

Return