|
|
@ -3,6 +3,7 @@ using Autofac.Extensions.DependencyInjection;
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using SqlSugar;
|
|
|
|
using SqlSugar;
|
|
|
|
using System.Reflection;
|
|
|
|
using System.Reflection;
|
|
|
|
|
|
|
|
using Txgy.RBS.Framework.RedisHelper.Service;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Txgy.RBS.Server.WebApi.Register
|
|
|
|
namespace Txgy.RBS.Server.WebApi.Register
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -57,13 +58,13 @@ namespace Txgy.RBS.Server.WebApi.Register
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
#region 注册Redis
|
|
|
|
#region 注册Redis
|
|
|
|
//{
|
|
|
|
{
|
|
|
|
// ConfigurationBinder.RegisterType<RedisHashService>();
|
|
|
|
ConfigurationBinder.RegisterType<RedisHashService>();
|
|
|
|
// ConfigurationBinder.RegisterType<RedisListService>();
|
|
|
|
ConfigurationBinder.RegisterType<RedisListService>();
|
|
|
|
// ConfigurationBinder.RegisterType<RedisSetService>();
|
|
|
|
ConfigurationBinder.RegisterType<RedisSetService>();
|
|
|
|
// ConfigurationBinder.RegisterType<RedisStringService>();
|
|
|
|
ConfigurationBinder.RegisterType<RedisStringService>();
|
|
|
|
// ConfigurationBinder.RegisterType<RedisZSetService>();
|
|
|
|
ConfigurationBinder.RegisterType<RedisZSetService>();
|
|
|
|
//}
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|