forked from MinecraftUtilities/Backend
fix cache hash for player skin part
This commit is contained in:
parent
f4cf93cf08
commit
f1dae95a4c
@ -10,7 +10,7 @@ import org.springframework.data.redis.core.RedisHash;
|
|||||||
@Setter
|
@Setter
|
||||||
@Getter
|
@Getter
|
||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@RedisHash(value = "player", timeToLive = 60L * 60L) // 1 hour (in seconds)
|
@RedisHash(value = "playerSkinPart", timeToLive = 60L * 60L) // 1 hour (in seconds)
|
||||||
public class CachedPlayerSkinPart {
|
public class CachedPlayerSkinPart {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user