refactor: weird...
This commit is contained in:
parent
66c9313d0e
commit
0f4b239148
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ public class RedisCache extends Cache {
|
||||||
@Override
|
@Override
|
||||||
public Optional<NickoProfile> retrieve(UUID uuid) {
|
public Optional<NickoProfile> retrieve(UUID uuid) {
|
||||||
try (Jedis jedis = provider.getJedis()) {
|
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?
|
// 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
|
// 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());
|
final String data = jedis.get("nicko:" + uuid.toString());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue