To write the Redis inside the K-line, and the line, think should be able to both types exist in a database (db), and to distinguish between the two.
Looked up some information, finally found, the feeling is quite practical, do a record, lest forget.
The following code is a demo, where the client is a Redisclient object:
String stringkey = "Demo1";
dictionary<string, string> orderlist = new dictionary<string, string> ();
Orderlist.add ("Openwndtime", "130831810820000000");
Orderlist.add ("Opensystime", "130831810820000000");
Orderlist.add ("Dur", "222222");
Orderlist.add ("Open", "222222");
Orderlist.add ("Close", "222222");
Orderlist.add ("High", "222222");
Orderlist.add ("Low", "222222");
String time = String. Format ("{0:yyyymmddhhmmssffff}", DateTime.Now);
foreach (var order in orderlist)
{
client. Hset (Stringkey + ":" + Time, Encoding.UTF8.GetBytes) (order. Key), Encoding.UTF8.GetBytes (order. Value)); Create a Key-field
The data in the above code is viewed in Redismanage as:
It's like I built a folder.