public static func zpopmax(from key: RedisKey, max count: Int) -> RedisCommand<[(RESPValue, Double)]> {
        return ._zpop(keyword: "ZPOPMAX", count, key, { $0 })
    }