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