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