Skip to content

1.1.8

Compare
Choose a tag to compare
@zqlovejyc zqlovejyc released this 11 Oct 06:37
· 120 commits to master since this release

1.新增SerializeToUtf8Bytes、DeserializeUtf8Bytes扩展方法;
2.新增NATS工具类NatsHelper;
3.优化To扩展方法;
4.优化RedisHelper,支持Redis连接池,重命名GetConnectionRedisMultiplexer -> GetConnection,重载构造函数,新增KeyTtl方法;
5.优化AddStackExchangeRedis,支持连接池使用配置;
6.新增UseRedisInformation、AddDistributedLock、DefaultIfNullOrEmpty、AddNats 扩展方法;
7.重命名扩展Default -> DefaultIfNull;
8.重载RabbitMq发布消息和订阅消息方法;
9.优化ConfigHelper,重载SetConfiguration;
10.优化CacheHelper,重载Set方法;
11.升级nuget依赖引用包到最新版本;