示例#1
0
        public RedisCacheProvider_Test()
        {
            Dictionary <String, String> properties = new Dictionary <string, string>();

            properties.Add("ConnectionString", "192.168.31.103");
            properties.Add("DatabaseId", "0");
            properties.Add("Prefix", "T_Test.GetListByCache");
            provider.Initialize(properties);
        }