将数据数组存储到Azure Redis缓存

时间:2017-11-03 10:26:27

标签: azure redis stackexchange.redis azure-redis-cache redis-cache

我想将以下给出的数据列表存储在Azure redis缓存中。

Designation(KEy)
----------
SoftwareEngineer
Graduate
Trainee
Seniormanager

我是这个Redis缓存的新手并且正在学习这些东西并继续努力。当我将数据作为列表传递给Redis缓存时,我能够以字符串格式传递值,因为我遇到问题。另外,如何使用我的API中的Key(C#语言)检索相同的值。

Cache.StringSet("Designation", lstitem)

0 个答案:

没有答案