I want to store the list of data as given below in the Azure redis cache.
Designation(KEy)
----------
SoftwareEngineer
Graduate
Trainee
Seniormanager
I am new to this Redis cache and learning the stuff and working on. I am able to pass the values in string format where as I face issue while passing the data as a list to the Redis cache. Also how to retrieve the same values using the Key in my API (C# language).
Cache.StringSet("Designation", lstitem)