我希望在Redis中存储复杂c#类的集合,这个集合有2种类型的用法:
1. What is the best Redis type for storing this type of data?
2. Is it Ok to store c# object as byte array in Redis String, and when i need to this data deserialize it to my collection? , also if the rate of this data usage is high.
对于c#的缓存数据是否存在更好的解决方案?
https://stackoverflow.com/questions/27382964
复制