Example #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            //RedisUtility.SetCatch<string>("teststring", "helloword", 24 * 60 * 60);
            string testStr = RedisUtility.GetCatch <string>("teststring");

            Response.Write(testStr);
        }