added missed service

This commit is contained in:
Maksim Chegulov 2022-03-24 16:00:28 +03:00
parent cb4d39e427
commit 959cac6243

View File

@ -71,6 +71,7 @@ public static class HostBuilderExtension
else if (redisConfiguration != null)
{
diHelper.TryAdd(typeof(ICacheNotify<>), typeof(RedisCacheNotify<>));
services.AddStackExchangeRedisExtensions<NewtonsoftSerializer>(redisConfiguration);
}
else
{