suspend fun RedisTransaction.brpoplpushAwait(key: String, destkey: String, seconds: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.brpoplpush
key
- Key string identifying the source list
destkey
- Key string identifying the destination list
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.