suspend fun RedisClient.rpoplpushAwait(key: String, destkey: String): String
Suspending version of method io.vertx.redis.RedisClient.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.RedisClient using Vert.x codegen.