Redis.cs 106 Bytes Edit Raw Blame History 1 2 3 4 5 namespace Rcs.Domain.Settings { public record Redis(string Host, string Port, string Password); }