vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / setrangeAwait

setrangeAwait

suspend fun RedisTransaction.setrangeAwait(key: String, offset: Int, value: String): String

Suspending version of method io.vertx.redis.RedisTransaction.setrange

Parameters

key - Key string

offset - Offset - the maximum offset that you can set is 2^29 -1 (536870911), as Redis Strings are limited to 512 megabytes

value - Value to overwrite with

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.