vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clientSetnameAwait

clientSetnameAwait

suspend fun RedisClient.clientSetnameAwait(name: String): String

Set the current connection name

Parameters

name - New name for current connection

handler - Handler for the result of this call.

Return