open fun bitfieldWithOverflow(key: String, commands: BitFieldOptions, overflow: BitFieldOverflowOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Perform arbitrary bitfield integer operations on strings.
key - Key string
key
commands -
commands
overflow -
overflow
handler -
handler
Return