vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / evalshaAwait

evalshaAwait

suspend fun RedisTransaction.evalshaAwait(sha1: String, keys: List<String>, values: List<String>): String

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

Parameters

sha1 - SHA1 digest of the script cached on the server

keys - List of keys

values - List of values

Return

String

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