Initial commit

This commit is contained in:
123 2025-05-08 15:32:12 +08:00
parent c4deaccf55
commit 74462dc377

View File

@ -33,7 +33,6 @@ public class CacheController {
public R<CacheListInfoVo> getInfo() throws Exception {
RedisConnection connection = connectionFactory.getConnection();
Properties commandStats = connection.commands().info("commandstats");
List<Map<String, String>> pieList = new ArrayList<>();
if (commandStats != null) {
commandStats.stringPropertyNames().forEach(key -> {