suspend fun RedisTransaction.lpopAwait(key: String): String
Remove and get the first element in a list
key - String key
key
Return