namespace Moonlight.Api.Configuration; public class RedisOptions { public bool Enable { get; set; } public string ConnectionString { get; set; } }