refactor: weird...

This commit is contained in:
ineanto 2025-06-07 12:33:15 +02:00
parent 66c9313d0e
commit 0f4b239148
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -56,6 +56,7 @@ public class RedisCache extends Cache {
@Override
public Optional<NickoProfile> retrieve(UUID uuid) {
try (Jedis jedis = provider.getJedis()) {
// 06/07/25: like, for real. what the f is that comment about...?
// 08/29/23: what the fuck was I talking about?
// old_todo (Ineanto, 05/20/23): Check if cached before because Jedis returns a bulk reply so this is unsafe
final String data = jedis.get("nicko:" + uuid.toString());