suspend fun RedisClient.setBinaryWithOptionsAwait(key: String, value: Buffer, options: SetOptions): Unit
Suspending version of method io.vertx.redis.RedisClient.setBinaryWithOptions
key
- Key of which value to set
Set options
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.