Method AddRedbServiceWithHotReload(IServiceCollection, IConfiguration, string)
Register RedbService with configuration change monitoring (hot-reload).
[Obsolete("Use services.AddRedb(configuration) from redb.Postgres.Extensions.RedbServiceExtensions")]
public static IServiceCollection AddRedbServiceWithHotReload(this IServiceCollection services, IConfiguration configuration, string sectionName = "RedbService")