Method AddRedbService(IServiceCollection, string)

Assembly: redb.Postgres.dll

Register RedbService with predefined profile.

[Obsolete("Use services.AddRedb(PredefinedConfigurations.GetByName(profile)) from redb.Postgres.Extensions.RedbServiceExtensions")]
public static IServiceCollection AddRedbService(this IServiceCollection services, string profileName)