Gyeesoft.Module.Core 1.0.8

Gyeesoft.Module.Base

这是 Gyeesoft.Module.Base 项目描述,包含缓存。

使用缓存:需要增加默认配置modules.json增加 缓存配置

[
  {
    "id": "1",
    "name": "Gyeesoft.Module.Base"
  }
]

Redis支持缓存、分布式锁、redis消息。

if (cache.RedisCachingEnabled)
  {
      serviceCollection.AddSingleton<IRedisConnectionWrapper, RedisConnectionWrapper>()
          .AddSingleton<ILocker, RedisConnectionWrapper>()
          .AddSingleton<IRedisMQ, RedisConnectionWrapper>();
      serviceCollection.AddSingleton<IRedisCacheManager, RedisCacheManager>();
  }

安装

No packages depend on Gyeesoft.Module.Core.

基础功能组件

Version Downloads Last updated
1.0.8 2 4/1/2026
1.0.7 4 2/5/2026
1.0.6 22 8/21/2025
1.0.5 4 8/20/2025
1.0.4 4 8/14/2025
1.0.3 5 8/5/2025
1.0.2 6 7/20/2025
1.0.0 4 7/19/2025