re-add caching (featuring Redis!!!!!)

This commit is contained in:
Lee
2024-06-26 14:05:51 +01:00
parent b3a5a4c02e
commit 3fc26583f2
7 changed files with 84 additions and 8 deletions

View File

@ -10,6 +10,8 @@ import net.dv8tion.jda.api.entities.Guild;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.io.Serial;
import java.io.Serializable;
import java.util.Date;
/**
@ -18,7 +20,8 @@ import java.util.Date;
@RequiredArgsConstructor
@Getter @Setter
@Document(collection = "guilds")
public class BatGuild extends ProfileHolder {
public class BatGuild extends ProfileHolder implements Serializable {
@Serial private static final long serialVersionUID = 1L;
/**
* The ID of the guild