vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / bitfieldWithOverflowAwait

bitfieldWithOverflowAwait

suspend fun RedisClient.bitfieldWithOverflowAwait(key: String, commands: BitFieldOptions, overflow: BitFieldOverflowOptions): JsonArray

Perform arbitrary bitfield integer operations on strings.

Parameters

key - Key string

commands -

overflow -

handler -

Return