This commit is contained in:
luke 2025-06-07 14:38:04 +08:00
parent b24f0f4793
commit a406696cfd

View File

@ -94,7 +94,7 @@ public class RedisFileCacheService implements FileCacheService {
cursor.forEachRemaining(item -> keySet.add(new String(item)));
}
return null;
}, false, true);
}, false, false);
return keySet;
}