using System;
using System.Collections.Generic;
namespace MySystem
{
    public class SetRedisDataList
    {
        public string key { get; set; }
        public string val { get; set; }
    }
}