wanshenmean
2026-03-13 efbfb630f60f6663deba83ec12c1fbf2f9bab183
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_RedisService/Options/RedisOptions.cs
@@ -46,6 +46,12 @@
        /// </summary>
        public int SyncBatchSize { get; set; } = 1000;
        /// <summary>
        /// 自动同步排除的key前缀列表(这些key不会被自动同步覆盖)
        /// 例如:["wcs:SocketDevices:"] 表示设备状态不会被自动同步
        /// </summary>
        public List<string> SyncExcludePrefixes { get; set; } = new();
        public MonitoringOptions Monitoring { get; set; } = new();
        public EvictionOptions Eviction { get; set; } = new();