9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 08:39:19 +00:00

refactor: Redis -> 𝓡𝓮𝓭𝓲𝓼

This commit is contained in:
William
2024-04-10 14:41:45 +01:00
parent ea77f2d782
commit d23ea087c1

View File

@@ -143,7 +143,7 @@ public class Settings {
} }
} }
// Redis settings // 𝓡𝓮𝓭𝓲𝓼 settings
@Comment("Redis settings") @Comment("Redis settings")
private RedisSettings redis = new RedisSettings(); private RedisSettings redis = new RedisSettings();