vertx / io.vertx.rxjava.redis / RedisClient / bitfieldWithOverflow

bitfieldWithOverflow

open fun bitfieldWithOverflow(key: String, commands: BitFieldOptions, overflow: BitFieldOverflowOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Perform arbitrary bitfield integer operations on strings.

Parameters

key - Key string

commands -

overflow -

handler -

Return