using System; using System.Collections.Generic; using System.Text; namespace DllEapCommon.Redis { public class RedisConfig { public string Connection { get; set; } public string InstanceName { get; set; } public int DefaultDB { get; set; } } }