suspend fun RedisClient.lpopAwait(key: String): String?
Remove and get the first element in a list
key - String key
key
handler - Handler for the result of this call.
handler
Return